Re: Scaling further up - Mailing list pgsql-performance

From Josh Berkus
Subject Re: Scaling further up
Date
Msg-id 200403021326.19998.josh@agliodbs.com
Whole thread Raw
In response to Re: Scaling further up  ("Anjan Dave" <adave@vantage.com>)
List pgsql-performance
Anjan,

> Question - Are 73GB drives supposed to give better performance because
> of higher number of platters?

Not for your situation, no.   Your issue is random seek times for multiple
simultaneous seek requests and batched checkpoint updates.   Things that help
with this are:
More spindles
Better controllers, both RAID and individual disks
Faster drives

Particularly, I'd check out stuff like reports from Tom's Hardware for
evaluating the real speed of drives and seek times.   Often a really good
10000 RPM SCSI will beat a 15000RPM SCSI if the latter has poor onboard
programming.

--
-Josh Berkus
 Aglio Database Solutions
 San Francisco


pgsql-performance by date:

Previous
From: Chris Ruprecht
Date:
Subject: Re: Scaling further up
Next
From: Josh Berkus
Date:
Subject: Re: Database Server Tuning