From: | Andrew Sullivan <andrew(at)libertyrms(dot)info> |
---|---|
To: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: inferior SCSI performance |
Date: | 2003-10-01 13:25:36 |
Message-ID: | 20031001132536.GA30269@libertyrms.info |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
On Wed, Oct 01, 2003 at 07:14:32AM -0600, scott.marlowe wrote:
> FYI, on a Dual PIV2800 with 2 gig ram and a single UDMA 80 gig hard drive,
> I from 420 tps to 22 tps when I disable write caching. WOW. A factor of
> about 20 times slower. (pgbench -c 4 -t 100)
That's completely consistent with tests Chris Browne has done here on
cache-enabled and cache-disabled boxes that we have.
It's a _really_ big difference. The combination of battery-backed
write cache on your controller plus a real good UPS is quite possibly
the number one thing you can do to improve performance. For what
it's worth, I can't see how this is something special about Postgres:
even raw-filesystem type systems have to make sure the disk actually
has the data, and a write cache is bound to be a big help for that.
A
--
----
Andrew Sullivan 204-4141 Yonge Street
Afilias Canada Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-10-01 14:14:26 | Re: Tuning/performance issue... |
Previous Message | scott.marlowe | 2003-10-01 13:23:08 | Re: TPC-R benchmarks |