Re: postgresql vs mysql performance comparison - Mailing list pgsql-general

From Scott Marlowe
Subject Re: postgresql vs mysql performance comparison
Date
Msg-id 1110224141.30529.520.camel@state.g2switchworks.com
Whole thread Raw
In response to postgresql vs mysql performance comparison  ("Rick Schumeyer" <rschumeyer@ieee.org>)
Responses Re: postgresql vs mysql performance comparison  (Jeff Davis <jdavis-pgsql@empires.org>)
List pgsql-general
On Mon, 2005-03-07 at 12:00, Rick Schumeyer wrote:
> I’m interested in comparing the performance of postgresql and mysql
>
> on various combinations of user loads and database sizes.  I have seen
>
> a few statements to the effect of “mysql is faster for small, low use
>
> applications, but postgresql is better for bigger stuff”.  I would
> like
>
> to run some independent tests to see if this is true.
>
>
>
> Before I do this, has anyone done this already, with the latest
>
> versions of both?  I think I’ve seen some comparisons that are
>
> somewhat dated.
>
>
>
> Does anyone have any pointers on what to do or not do?  Or
>
> would anyone be willing to comment on an experiment plan
>
> and suggest improvements?  Any help or references are appreciated.

Look at the OSDL test suite, and run as much (or as little) of it as you
can against both databases.  it's a rather large and complex couple of
suites.

Test under heavy parallel use.

Test returning large data sets from complex queries, esp OLAP type
queries that do a lot of work in one query to mine data in certain ways.

Tune both reasonably according the the best practices for each database.

pgsql-general by date:

Previous
From: "J. Greenlees"
Date:
Subject: Re: postgresql vs mysql performance comparison
Next
From: Jeff Davis
Date:
Subject: Re: postgresql vs mysql performance comparison