Re: configure option for XLOG_BLCKSZ

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: configure option for XLOG_BLCKSZ
Дата
Msg-id 9728.1209834875@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: configure option for XLOG_BLCKSZ  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: configure option for XLOG_BLCKSZ  (Andreas 'ads' Scherbaum <adsmail@wars-nicht.de>)
Список pgsql-patches
Simon Riggs <simon@2ndquadrant.com> writes:
> 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...

I think the use-case for varying the WAL segment size is unrelated to
performance of the master server, but would instead be concerned with
adjusting the granularity of WAL log shipping.

            regards, tom lane

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

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