Re: postgresql vs mysql performance comparison

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: postgresql vs mysql performance comparison
Дата
Msg-id 1110224141.30529.520.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на postgresql vs mysql performance comparison  ("Rick Schumeyer" <rschumeyer@ieee.org>)
Ответы Re: postgresql vs mysql performance comparison  (Jeff Davis <jdavis-pgsql@empires.org>)
Список 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 по дате отправления:

Предыдущее
От: "J. Greenlees"
Дата:
Сообщение: Re: postgresql vs mysql performance comparison
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: postgresql vs mysql performance comparison