Re: Is there a meaningful benchmark?

From: John Cheng <chonger(dot)cheng(at)gmail(dot)com>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Is there a meaningful benchmark?
Date: 2009-03-19 21:26:51
Message-ID: a18a22ec0903191426o20bcaa22uec2d8a3db6937aff@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Comparison between MySQL using the MyISAM engine with PostgreSQL is really
not sensible. For one, the MyISAM engine does not have transaction and
foreign key support, while PostgreSQL supports transaction and foreign key.
Would anyone really give up transaction and integrity for slightly more
performance?

So if it makes your research easier, you can rule MySQL w/MyISAM out as an
option.

On Thu, Mar 19, 2009 at 1:32 PM, Will Rutherdale (rutherw) <
rutherw(at)cisco(dot)com> wrote:

> Hi. I'm writing up a database comparison paper in my department at
> work, with Postgres being a major candidate. I have been attempting to
> research various issues and provide a meaningful comparison.
>
> One issue I would like to give some kind of information on is
> comparative performance. When I look for such things in Google or
> Wikipedia or the pgsql email archives, it's hard to find anything
> reasonably definitive. I've found isolated claims and anecdotes here
> and there, and a fellow on the list here who attempted to do a
> comparison between Postgres, MySQL, and Oracle but gave it up for now.
>
> Some of the claims I've seen said that in some cases MySQL with MyISAM
> ran 2x faster than Postgres, but that may have been for a special case
> with only read access to the database; whereas another one claimed that
> MySQL with InnoDB was slower than Postgres. Other people commented that
> it depends on how you tune the databases.
>
> Maybe there's nothing definitive out there. However I'd like to get a
> ballpark idea of how some databases compare, using some kind of average
> case schema and application, in terms of transactions per second, on a
> common hardware platform. I would like to be able to point to a
> reasonable reference, rather than engaging in handwaving myself.
>
> Does anyone know where I could look?
>
> -Will
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

--
- John L Cheng

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2009-03-19 21:35:30 Re: Is there a meaningful benchmark?
Previous Message Dann Corbit 2009-03-19 21:16:25 Re: Is there a meaningful benchmark?