Re: Benchmark: Dell/Perc 6, 8 disk RAID 10

From: Greg Smith <gsmith(at)gregsmith(dot)com>
To: Craig James <craig_james(at)emolecules(dot)com>
Cc: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Benchmark: Dell/Perc 6, 8 disk RAID 10
Date: 2008-03-13 16:01:50
Message-ID: Pine.GSO.4.64.0803131151430.24943@westnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Thu, 13 Mar 2008, Craig James wrote:

>> wal_sync_method = open_sync

There was a bug report I haven't had a chance to investigate yet that
suggested some recent Linux versions have issues when using open_sync.
I'd suggest popping that back to the default for now unless you have time
to really do a long certification process that your system runs reliably
with it turned on.

I suspect most of the improvement you saw from Joshua's recommendations
was from raising checkpoint_segments.

> $ pgbench -c 10 -t 10000 -v test -U test
> scaling factor: 1
> number of clients: 10

A scaling factor of 1 means you are operating on a positively trivial 16MB
database. It also means there's exactly one entry in a table that every
client updates on every transactions. You have 10 clients, and they're
all fighting over access to it.

If you actually want something that approaches useful numbers here, you
need to at run 'pgbench -i -s 10' to get a scaling factor of 10 and a
160MB database. Interesting results on this class of hardware are when
you set scaling to 100 or more (100=1.6GB database). See
http://www.westnet.com/~gsmith/content/postgresql/pgbench-scaling.htm for
some examples of how that works, from a less powerful system than yours.

--
* Greg Smith gsmith(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Glyn Astill 2008-03-13 16:10:49 Re: Recomendations on raid controllers raid 1+0
Previous Message Guillaume Smet 2008-03-13 15:58:41 Re: Recomendations on raid controllers raid 1+0