Re: PostgreSQL vs. MySQL benchmarks on SMP FreeBSD 7.0

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: PostgreSQL vs. MySQL benchmarks on SMP FreeBSD 7.0
Дата
Msg-id Pine.GSO.4.64.0803051039550.2747@westnet.com
обсуждение исходный текст
Ответ на PostgreSQL vs. MySQL benchmarks on SMP FreeBSD 7.0  ("pobox@verysmall.org" <pobox@verysmall.org>)
Список pgsql-general
On Wed, 5 Mar 2008, pobox@verysmall.org wrote:

> b) PostgreSQL is in general 35%-45% faster.

And this is using sysbench, which is an old MySQL benchmark with
rudimentary PostgreSQL support bolted on.  Last time I checked it didn't
even put statements into transaction blocks correctly under PostgreSQL
when you used the write tests (because the MySQL it was written for can't
do that at all).  The FreeBSD tests only run the read tests which avoid
that, but still it's clearly not a benchmark optimized for good PostgreSQL
performance.  I suspect if the sysbench schema/queries were ported to
pgbench the gap would widen considerably.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

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

Предыдущее
От: "sathiya psql"
Дата:
Сообщение: indexing - creates problem
Следующее
От: Justin
Дата:
Сообщение: Re: how do you write aggregate function