Re: moving pg_xlog -- yeah, it's worth it!

Поиск
Список
Период
Сортировка
От Aidan Van Dyk
Тема Re: moving pg_xlog -- yeah, it's worth it!
Дата
Msg-id 20100211180421.GE14128@oak.highrise.ca
обсуждение исходный текст
Ответ на Re: moving pg_xlog -- yeah, it's worth it!  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: moving pg_xlog -- yeah, it's worth it!  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-performance
* Alvaro Herrera <alvherre@commandprompt.com> [100211 12:58]:
> Hmm, so maybe the performance benefit is not from it being on a separate
> array, but from it being RAID1 instead of RAID5?

Or the cumulative effects of:
1) Dedicated spindles/Raid1
2) More BBU cache available (I can't imagine the OS pair writing much)
3) not being queued behind data writes before getting to controller
3) Not waiting for BBU cache to be available (which is shared with all data
   writes) which requires RAID5 writes to complete...

Really, there's *lots* of variables here.  The basics being that WAL on
the same FS as data, on a RAID5, even with BBU is worse than WAL on a
dedicated set of RAID1 spindles with it's own BBU.

Wow!

;-)


--
Aidan Van Dyk                                             Create like a god,
aidan@highrise.ca                                       command like a king,
http://www.highrise.ca/                                   work like a slave.

Вложения

В списке pgsql-performance по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: moving pg_xlog -- yeah, it's worth it!
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: moving pg_xlog -- yeah, it's worth it!