Re: checkpoints, proper config
От
Tomas Vondra
Тема
Re: checkpoints, proper config
Дата
Msg-id
5669FF52.2030303@2ndquadrant.com
Ответ на
Re: checkpoints, proper config (Joshua D. Drake)
Список
Дерево обсуждения
checkpoints, proper config Tory M Blue <tmblue@gmail.com>
Re: checkpoints, proper config "Joshua D. Drake" <jd@commandprompt.com>
Re: checkpoints, proper config Tomas Vondra <tomas.vondra@2ndquadrant.com>
Re: checkpoints, proper config Alvaro Herrera <alvherre@2ndquadrant.com>
Re: checkpoints, proper config Tomas Vondra <tomas.vondra@2ndquadrant.com>
Re: checkpoints, proper config Jim Nasby <Jim.Nasby@BlueTreble.com>
Re: checkpoints, proper config Tory M Blue <tmblue@gmail.com>
Re: checkpoints, proper config "Joshua D. Drake" <jd@commandprompt.com>
Re: checkpoints, proper config Tory M Blue <tmblue@gmail.com>
Re: checkpoints, proper config "Joshua D. Drake" <jd@commandprompt.com>
Re: checkpoints, proper config Jim Nasby <Jim.Nasby@BlueTreble.com>
On 12/10/2015 06:20 PM, Joshua D. Drake wrote:
> On 12/10/2015 01:12 AM, Tory M Blue wrote:
>
>> checkpoint_timeout = 5min
>>
>> checkpoint_completion_target = 0.9
>>
>
> The above is your problem. Make checkpoint_timeout = 1h . Also,
> considering turning synchronous_commit off.
I doubt that. The report mentioned that the checkpoints happen 0.027...
minutes apart (assuming the minutes_between_checkpoints is computed in a
sane way). That's way below 5 minutes, so the checkpoints have to be
triggered by something else - probably by running out of segments, but
we don't know the value before Tory increased it to 150.
Also, recommending synchronous_commit=off is a bit silly, because not
only it introduces data loss issues, but it'll likely cause even more
frequent checkpoints.
Tory, please enable logging of checkpoints (log_checkpoints=on). Also, I
don't think it makes much sense to set
(checkpoint_warning > checkpoint_timeout)
as it kinda defeats the whole purpose of the warning.
regards
--
Tomas Vondra http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
В списке pgsql-performance по дате отправления