Re: shared_buffers advice

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: shared_buffers advice
Дата
Msg-id 8285.1268749832@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: shared_buffers advice  ("Pierre C" <lists@peufeu.com>)
Ответы Re: shared_buffers advice  (Greg Stark <gsstark@mit.edu>)
Список pgsql-performance
"Pierre C" <lists@peufeu.com> writes:
> Does PG issue checkpoint writes in "sorted" order ?

No.  IIRC, a patch for that was submitted, and rejected because no
significant performance improvement could be demonstrated.  We don't
have enough information about the actual on-disk layout to be very
intelligent about this, so it's better to just issue the writes and
let the OS sort them.

            regards, tom lane

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

Предыдущее
От: "Pierre C"
Дата:
Сообщение: Re: shared_buffers advice
Следующее
От: Greg Stark
Дата:
Сообщение: Re: shared_buffers advice