Re: PostgreSQL vs. MySQL benchmarks on SMP FreeBSD 7.0 - Mailing list pgsql-general

From Greg Smith
Subject Re: PostgreSQL vs. MySQL benchmarks on SMP FreeBSD 7.0
Date
Msg-id Pine.GSO.4.64.0803051039550.2747@westnet.com
Whole thread Raw
In response to PostgreSQL vs. MySQL benchmarks on SMP FreeBSD 7.0  ("pobox@verysmall.org" <pobox@verysmall.org>)
List 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 by date:

Previous
From: "sathiya psql"
Date:
Subject: indexing - creates problem
Next
From: Justin
Date:
Subject: Re: how do you write aggregate function