Re: Postgres Benchmark Results - Mailing list pgsql-performance

From Gregory Stark
Subject Re: Postgres Benchmark Results
Date
Msg-id 87hcq5l1c7.fsf@oxford.xeocode.com
Whole thread Raw
In response to Postgres Benchmark Results  (PFC <lists@peufeu.com>)
Responses Re: Postgres Benchmark Results
List pgsql-performance
What's interesting here is that on a couple metrics the green curve is
actually *better* until it takes that nosedive at 500 MB. Obviously it's not
better on average hits/s, the most obvious metric. But on deviation and
worst-case hits/s it's actually doing better.

Note that while the average hits/s between 100 and 500 is over 600 tps for
Postgres there is a consistent smattering of plot points spread all the way
down to 200 tps, well below the 400-500 tps that MySQL is getting.

Some of those are undoubtedly caused by things like checkpoints and vacuum
runs. Hopefully the improvements that are already in the pipeline will reduce
them.

I mention this only to try to move some of the focus from the average
performance to trying to remove the pitfalls that affact 1-10% of transactions
and screw the worst-case performance. In practical terms it's the worst-case
that governs perceptions, not average case.

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com


pgsql-performance by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Postgres Benchmark Results
Next
From: valgog
Date:
Subject: Key/Value reference table generation: INSERT/UPDATE performance