Re: PostgreSQL vs. MySQL

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: PostgreSQL vs. MySQL
Дата
Msg-id 200307041212.25289.dev@archonet.com
обсуждение исходный текст
Ответ на PostgreSQL vs. MySQL  (Rafal Kedziorski <rafcio@polonium.de>)
Список pgsql-performance
On Friday 04 Jul 2003 11:03 am, Rafal Kedziorski wrote:
> Hi,
>
> has anybody tested PostgreSQL 7.3.x tables agains MySQL 4.0.12/13 with
> InnoDB?

Lots of people probably. The big problem is that unless the tester's setup
matches your intended usage the results are of little worth.

For the tests to be meaningful, you need the same:
 - hardware
 - OS
 - query complexity
 - usage patterns
 - tuning options

I'd suggest running your own tests with real data where possible. Just to make
the situation more interesting, the best way to solve a problem in PG isn't
necessarily the same in MySQL.

From my experience and general discussion on the lists, I'd say MySQL can win
for:
 - simple selects
 - some aggregates (e.g. count(*))
PG wins for:
 - complex queries
 - large numbers of clients
 - stored procedures/functions
 - SQL compliance

--
  Richard Huxton

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

Предыдущее
От: Achilleus Mantzios
Дата:
Сообщение: Re: PostgreSQL vs. MySQL
Следующее
От: "Brian Tarbox"
Дата:
Сообщение: Re: PostgreSQL vs. MySQL