Re: postgresql vs mysql performance comparison

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: Rick Schumeyer <rschumeyer(at)ieee(dot)org>
Cc: 'PgSql General' <pgsql-general(at)postgresql(dot)org>
Subject: Re: postgresql vs mysql performance comparison
Date: 2005-03-07 19:35:41
Message-ID: 1110224141.30529.520.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Davis 2005-03-07 19:58:18 Re: postgresql vs mysql performance comparison
Previous Message J. Greenlees 2005-03-07 18:23:54 Re: postgresql vs mysql performance comparison