Re: separate drives for WAL or pgdata files

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: separate drives for WAL or pgdata files
Дата
Msg-id 20051220195220.GK28771@pervasive.com
обсуждение исходный текст
Ответ на Re: separate drives for WAL or pgdata files  (David Lang <dlang@invendra.net>)
Список 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 по дате отправления:

Предыдущее
От: "Anjan Dave"
Дата:
Сообщение: Re: High context switches occurring
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: filesystem performance with lots of files