Re: CHECKPOINT_WARNING GUC variable addition
От | Bruce Momjian |
---|---|
Тема | Re: CHECKPOINT_WARNING GUC variable addition |
Дата | |
Msg-id | 200211130410.gAD4AuK26763@candle.pha.pa.us обсуждение исходный текст |
Ответ на | Re: CHECKPOINT_WARNING GUC variable addition (Neil Conway <neilc@samurai.com>) |
Список | pgsql-patches |
Neil Conway wrote: > 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 ..." Great. New text: + 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 frequently than <varname>CHECKPOINT_WARNING</varname> seconds, + a message, will be output to the server logs recommending increasing + <varname>CHECKPOINT_SEGMENTS</varname>. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
В списке pgsql-patches по дате отправления: