From: | Greg Smith <gsmith(at)gregsmith(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: PostgreSQL vs. MySQL benchmarks on SMP FreeBSD 7.0 |
Date: | 2008-03-05 15:49:59 |
Message-ID: | Pine.GSO.4.64.0803051039550.2747@westnet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, 5 Mar 2008, pobox(at)verysmall(dot)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(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD
From | Date | Subject | |
---|---|---|---|
Next Message | Erwin Brandstetter | 2008-03-05 16:14:24 | Re: Import file into bytea field in SQL/plpgsql? |
Previous Message | Justin | 2008-03-05 15:49:52 | Re: how do you write aggregate function |