Re: pg_rewind and WAL size... - Mailing list pgsql-general

From Michael Paquier
Subject Re: pg_rewind and WAL size...
Date
Msg-id CAB7nPqQuwVuGjKbMgyC+Ahe8g16ve8xBPjK8WRUSPniCtpYokA@mail.gmail.com
Whole thread Raw
In response to pg_rewind and WAL size...  (marin@kset.org)
List pgsql-general
On Tue, Nov 22, 2016 at 9:40 PM,  <marin@kset.org> wrote:
> Am I doing something wrong? Would tweaking some checkpoint parameters help
> reduce the WAL volume?

The answer to this question is likely yes. wal_log_hints enforces a
FPW for the first modification of a page even if that's for some hint
bits. This generates traffic for OLTP types of workloads where many
pages are dirtied and flushed at checkpoint.
--
Michael


pgsql-general by date:

Previous
From: marin@kset.org
Date:
Subject: pg_rewind and WAL size...
Next
From: Poul Kristensen
Date:
Subject: Re: Postgresql 9.5 and Shell scripts/variables vs. C programming/defining a value to be used