Re: separate drives for WAL or pgdata files - Mailing list pgsql-performance

From Jim C. Nasby
Subject Re: separate drives for WAL or pgdata files
Date
Msg-id 20051220195220.GK28771@pervasive.com
Whole thread Raw
In response to Re: separate drives for WAL or pgdata files  (David Lang <dlang@invendra.net>)
List pgsql-performance
On Mon, Dec 19, 2005 at 07:20:56PM -0800, David Lang wrote:
> for persistant storage you can replicate from your ram-based system to a
> disk-based system, and as long as your replication messages hit disk
> quickly you can allow the disk-based version to lag behind in it's updates
> during your peak periods (as long as it is able to catch up with the
> writes overnight), and as the disk-based version won't have to do the
> seeks for the reads it will be considerably faster then if it was doing
> all the work (especially if you have good, large  battery-backed disk
> caches to go with those drives to consolodate the writes)

Huh? Unless you're doing a hell of a lot of writing just run a normal
instance and make sure you have enough bandwidth to the drives with
pg_xlog on it. Make sure those drives are using a battery-backed raid
controller too. You'll also need to tune things to make sure that
checkpoints never have much (if any) work to do when the occur, but you
should be able to set that up with proper bg_writer tuning.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

pgsql-performance by date:

Previous
From: "Anjan Dave"
Date:
Subject: Re: High context switches occurring
Next
From: "Jim C. Nasby"
Date:
Subject: Re: filesystem performance with lots of files