Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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(at)samurai(dot)com> || PGP Key ID: DB3C29FC