Re: should we enable log_checkpoints out of the box?

Поиск
Список
Период
Сортировка
От Vik Fearing
Тема Re: should we enable log_checkpoints out of the box?
Дата
Msg-id 5c03f610-fe95-fe94-5dfa-3d107b18b6e9@postgresfriends.org
обсуждение исходный текст
Ответ на Re: should we enable log_checkpoints out of the box?  (Michael Banck <michael.banck@credativ.de>)
Список pgsql-hackers
On 10/31/21 10:24 PM, Michael Banck wrote:
> To put another option on the table: maybe a compromise could be to log
> xlog checkpoints unconditionally, and the (checkpoint_timeout) time ones
> only if log_checkpoints are set (maybe with some exponential backoff to
> avoid log spam)?

If we're going to do something like that, we should convert it from a
boolean to an enum.

    log_checkpoints = wal

(I'm being very careful not to slip on that slope.)
-- 
Vik Fearing



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Bossart, Nathan"
Дата:
Сообщение: Re: Predefined role pg_maintenance for VACUUM, ANALYZE, CHECKPOINT.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: should we enable log_checkpoints out of the box?