| PostgreSQL Reference Manual - Volume 3 - Server Administration Guide by The PostgreSQL Global Development Group Paperback (6"x9"), 204 pages ISBN 0954612043 RRP £13.95 ($24.95) Sales of this book support the PostgreSQL project! Get a printed copy>>> |
4.5.2 Checkpoints
checkpoint_segments(integer)- Maximum distance between automatic WAL checkpoints, in log file segments (each segment is normally 16 megabytes). The default is three segments. This parameter can only be set in the ‘postgresql.conf’ file or on the server command line.
checkpoint_timeout(integer)-
Maximum time between automatic WAL checkpoints, in
seconds. The default is five minutes (
5min). This parameter can only be set in the ‘postgresql.conf’ file or on the server command line. checkpoint_warning(integer)-
Write a message to the server log if checkpoints caused by
the filling of checkpoint segment files happen closer together
than this many seconds (which suggests that
checkpoint_segmentsought to be raised). The default is 30 seconds (30s). Zero disables the warning. This parameter can only be set in the ‘postgresql.conf’ file or on the server command line.
| ISBN 0954612043 | PostgreSQL Reference Manual - Volume 3 - Server Administration Guide | See the print edition |