Re: CHECKPOINT_WARNING GUC variable addition - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: CHECKPOINT_WARNING GUC variable addition
Date
Msg-id 200211130410.gAD4AuK26763@candle.pha.pa.us
Whole thread Raw
In response to Re: CHECKPOINT_WARNING GUC variable addition  (Neil Conway <neilc@samurai.com>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: minor SGML fix
Next
From: Mats Lofkvist
Date:
Subject: JDBC access is broken in 7.3 beta