Re: Change default of checkpoint_completion_target - Mailing list pgsql-hackers

From Bossart, Nathan
Subject Re: Change default of checkpoint_completion_target
Date
Msg-id E4F12190-A523-447B-BC35-E868CA5796F4@amazon.com
Whole thread Raw
In response to Re: Change default of checkpoint_completion_target  (Stephen Frost <sfrost@snowman.net>)
Responses Re: Change default of checkpoint_completion_target  (Bruce Momjian <bruce@momjian.us>)
Re: Change default of checkpoint_completion_target  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
LGTM.  I just have a few small wording suggestions.

+        completion overhead.  Reducing this parameter is not recommended as that
+        causes the I/O from the checkpoint to have to complete faster, resulting
+        in a higher I/O rate, while then having a period of less I/O between the
+        completion of the checkpoint and the start of the next scheduled
+        checkpoint.  This parameter can only be set in the

Reducing this parameter is not recommended because it forces the
checkpoint to complete faster.  This results in a higher rate of I/O
during the checkpoint followed by a period of less I/O between
checkpoint completion and the next scheduled checkpoint.

+   duration).  This spreads out the I/O as much as possible to have the I/O load be
+   consistent during the checkpoint.  The disadvantage of this is that prolonging

This spreads out the I/O as much as possible so that the checkpoint
I/O load is consistent throughout the checkpoint interval.

+   around for possible use in recovery.  A user concerned about the amount of time
+   required to recover might wish to reduce <varname>checkpoint_timeout</varname>,
+   causing checkpoints to happen more frequently while still spreading out the I/O
+   from each checkpoint.  Alternatively,

A user concerned about the amount of time required to recover might
wish to reduce checkpoint_timeout so that checkpoints occur more
frequently but still spread the I/O across the checkpoint interval.

+   Although <varname>checkpoint_completion_target</varname> could be set as high as
+   1.0, it is best to keep it less than that (such as at the default of 0.9, at most)
+   since checkpoints include some other activities besides writing dirty buffers.

Although checkpoint_completion_target can be set as high at 1.0, it is
typically recommended to set it to no higher than 0.9 (the default)
since checkpoints include some other activities besides writing dirty
buffers.

Nathan


pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Re: pg_upgrade failing for 200+ million Large Objects
Next
From: Bruce Momjian
Date:
Subject: Re: pg_upgrade failing for 200+ million Large Objects