Re: Joel's Performance Issues WAS : Opteron vs Xeon

From: "Joel Fradkin" <jfradkin(at)wazagua(dot)com>
To: "'Jim C(dot) Nasby'" <decibel(at)decibel(dot)org>
Cc: "'Alvaro Herrera'" <alvherre(at)dcc(dot)uchile(dot)cl>, "'Andreas Pflug'" <pgadmin(at)pse-consulting(dot)de>, "'Dave Page'" <dpage(at)vale-housing(dot)co(dot)uk>, <pgsql-performance(at)postgresql(dot)org>, <ac(at)wazagua(dot)com>, "'Joshua D(dot) Drake'" <jd(at)commandprompt(dot)com>, <wheyliger(at)wazagua(dot)com>, "'Steve Hatt'" <shatt(at)wazagua(dot)com>
Subject: Re: Joel's Performance Issues WAS : Opteron vs Xeon
Date: 2005-04-23 14:11:28
Message-ID: 001701c5480e$57e7fad0$797ba8c0@jfradkin
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

I would very, very strongly encourage you to run multi-user tests before
deciding on mysql. Mysql is nowhere near as capable when it comes to
concurrent operations as PostgreSQL is. From what others have said, it
doesn't take many concurrent operations for it to just fall over. I
can't speak from experience because I avoid mysql like the plague,
though. :)

I am just testing the water so to speak, if it cant handle single user tests
then multiple user tests are kind of a waste of time.

I am trying to de-normalize my view into a table to see if I can get my app
to work. It is a good idea anyway but raises a ton of questions about
dealing with the data post a case being closed etc; also on multiple child
relationships like merchandise and payments etc.

I did do a test of all three (MSSQL, MYSQL,and postgres) in aqua studio ,
all on the same machine running the servers and found postgres beat out
MYSQL, but like any other test it may have been an issue with aqua studio
and mysql in any case I have not made a decision to use mysql I am still
researching fixes for postgres.

I am waiting to here back from Josh on using cursors and trying to flatten
long running views.

I am a little disappointed I have not understood enough to get my analyzer
to use the proper plan, we had to set seqscan off to get the select from
response_line to work fast and I had to turn off merge joins to get assoc
list to work fast. Once I am up I can try to learn more about it, I am so
glad there are so many folks here willing to take time to educate us newb's.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Joel Fradkin 2005-04-23 14:18:31 Re: [PERFORM] Joel's Performance Issues WAS : Opteron vs Xeon
Previous Message Greg Stark 2005-04-23 08:02:05 Re: Bad n_distinct estimation; hacks suggested?