Re: checkpoints, proper config - Mailing list pgsql-performance

From Jim Nasby
Subject Re: checkpoints, proper config
Date
Msg-id 566B6098.6020508@BlueTreble.com
Whole thread Raw
In response to Re: checkpoints, proper config  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
List pgsql-performance
On 12/10/15 7:20 PM, Tomas Vondra wrote:
>> I agree, but actually, what is the sense of checkpoint_warning?  I think
>> it was useful back when we didn't have log_checkpoints, but now that we
>> have detailed checkpoint logging I think it's pretty much useless noise.
>>
>
> Not entirely. The WARNING only triggers when you get below the 30s (or
> whatever value is set in the config) and explicitly warns you about
> doing checkpoints too often. log_checkpoints=on logs all checkpoints and
> you have to do further analysis on the data (and it's just LOG).

Agree, though I also find it pretty useless to set it significantly less
than checkpoint_timeout in almost all cases. If you want ~5 minutes
between checkpoints checkpoint_timeout=30 seconds is way too low to be
useful. We should really change the default.
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com


pgsql-performance by date:

Previous
From: Jim Nasby
Date:
Subject: Re: checkpoints, proper config
Next
From: Jim Nasby
Date:
Subject: Re: Advise needed for a join query with a where conditional