Re: Performance advice - Mailing list pgsql-performance

From Tom Lane
Subject Re: Performance advice
Date
Msg-id 19141.1056464337@sss.pgh.pa.us
Whole thread Raw
In response to Re: Performance advice  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
List pgsql-performance
"Shridhar Daithankar" <shridhar_daithankar@persistent.co.in> writes:
>> - Would a RAID setup make the disk faster?  Because top rarely shows the
>> CPUs above 50%, I suspect maybe the disk is the bottleneck.

> Yes it is. You need to move WAL to a different disk.

For an update-intensive setup, putting WAL on its own disk is definitely
your biggest win.  You might then find it rewarding to fool with the
wal_sync_method and perhaps to bump up wal_buffers a little.  A small
number of people have had luck with putting a nonzero commit_delay but
I have little faith in that.

            regards, tom lane

pgsql-performance by date:

Previous
From: "Michael Mattox"
Date:
Subject: Re: Performance advice
Next
From: "Michael Mattox"
Date:
Subject: Re: Performance advice