Re: requested shared memory size overflows size_t

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: requested shared memory size overflows size_t
Дата
Msg-id 26740.1276574231@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: requested shared memory size overflows size_t  (Scott Carey <scott@richrelevance.com>)
Ответы Re: requested shared memory size overflows size_t  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-performance
Scott Carey <scott@richrelevance.com> writes:
> Great points.  There is one other option that is decent for the WAL:
> If splitting out a volume is not acceptable for the OS and WAL -- absolutely split those two out into their own
partitions. It is most important to make sure that WAL and data are not on the same filesystem, especially if ext3 is
involved.

Uh, no, WAL really needs to be on its own *spindle*.  The whole point
here is to have one disk head sitting on the WAL and not doing anything
else except writing to that file.  Pushing WAL to a different partition
but still on the same physical disk is likely to be a net pessimization,
because it'll increase the average seek distance whenever the head does
have to move between WAL and everything-else-in-the-database.

            regards, tom lane

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

Предыдущее
От: Scott Carey
Дата:
Сообщение: Re: requested shared memory size overflows size_t
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: B-Heaps