Re: configure option for XLOG_BLCKSZ

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: configure option for XLOG_BLCKSZ
Дата
Msg-id 1209814928.4264.265.camel@ebony.site
обсуждение исходный текст
Ответ на Re: configure option for XLOG_BLCKSZ  (Greg Smith <gsmith@gregsmith.com>)
Ответы Re: configure option for XLOG_BLCKSZ  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Fri, 2008-05-02 at 12:28 -0400, Greg Smith wrote:

> As PostgreSQL makes its way into higher throughput environments, it
> wouldn't surprise me to discover more of these situations where switching
> WAL segments every 16MB turns into a bottleneck.

We already hit that issue and fixed it early in the 8.3 cycle. It was
more of a problem than the checkpoint issue because it caused hard
lock-outs while the file switches occurred. It didn't show up unless you
looked at the very detailed transaction result data because on fast
systems we are file switching every few seconds.

Not seen any gains from varying the WAL file size since then...

--
  Simon Riggs
  2ndQuadrant  http://www.2ndQuadrant.com


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Exposing keywords to clients
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Sigh ...