Re: [COMMITTERS] pgsql: Reduce checkpoints and WAL traffic on low activity database serv

2011-11-02 Thread Simon Riggs
On Wed, Nov 2, 2011 at 4:15 PM, Robert Haas wrote: > On Wed, Nov 2, 2011 at 11:39 AM, Simon Riggs wrote: >> Reduce checkpoints and WAL traffic on low activity database server >> Previously, we skipped a checkpoint if no WAL had been written since >> last checkpoint, though this does not appear in

Re: [COMMITTERS] pgsql: Reduce checkpoints and WAL traffic on low activity database serv

2011-11-02 Thread Robert Haas
On Wed, Nov 2, 2011 at 11:39 AM, Simon Riggs wrote: > Reduce checkpoints and WAL traffic on low activity database server > Previously, we skipped a checkpoint if no WAL had been written since > last checkpoint, though this does not appear in user documentation. > As of now, we skip a checkpoint un

[COMMITTERS] pgsql: Reduce checkpoints and WAL traffic on low activity database serv

2011-11-02 Thread Simon Riggs
Reduce checkpoints and WAL traffic on low activity database server Previously, we skipped a checkpoint if no WAL had been written since last checkpoint, though this does not appear in user documentation. As of now, we skip a checkpoint until we have written at least one enough WAL to switch the nex