Re: CHECKPOINT_WARNING GUC variable addition

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: CHECKPOINT_WARNING GUC variable addition
Дата
Msg-id 87smy6uo5l.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответ на CHECKPOINT_WARNING GUC variable addition  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: CHECKPOINT_WARNING GUC variable addition  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> The following patch adds a GUC variable CHECKPOINT_WARNING which
> generates a server log message if the checkpoint caused by WAL file
> filling happens more frequently than (default) 30 seconds.

+    Checkpoints are fairly expensive because they force all dirty kernel
+    buffers to disk using the operating system <literal>sync()</> call.
+    Busy servers may fill checkpoint segment files too quickly,
+    causing excessive checkpointing. If such forced checkpoints happen
+    more than <varname>CHECKPOINT_WARNING</varname> seconds

That should be: "happen more [frequently] than ..."

Cheers,

Neil

--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: minor SGML fix
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: minor SGML fix