Re: Is there a meaningful benchmark?

Поиск
Список
Период
Сортировка
От John Cheng
Тема Re: Is there a meaningful benchmark?
Дата
Msg-id a18a22ec0903191426o20bcaa22uec2d8a3db6937aff@mail.gmail.com
обсуждение исходный текст
Ответ на Is there a meaningful benchmark?  ("Will Rutherdale (rutherw)" <rutherw@cisco.com>)
Ответы Re: Is there a meaningful benchmark?  ("Will Rutherdale (rutherw)" <rutherw@cisco.com>)
Re: Is there a meaningful benchmark?  (Scott Marlowe <scott.marlowe@gmail.com>)
Список 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@cisco.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@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



--
- John L Cheng

В списке pgsql-general по дате отправления:

Предыдущее
От: "Dann Corbit"
Дата:
Сообщение: Re: Is there a meaningful benchmark?
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Is there a meaningful benchmark?