Re: Checkpoints vs restartpoints

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Checkpoints vs restartpoints
Дата
Msg-id 20150610081225.GD18593@alap3.anarazel.de
обсуждение исходный текст
Ответ на Checkpoints vs restartpoints  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список pgsql-hackers
On 2015-06-10 11:20:19 +1200, Thomas Munro wrote:
> I was wondering about this in the context of the recent multixact
> work, since such configurations could leave you with different SLRU
> files on disk which in some versions might change the behaviour in
> interesting ways.

Note that trigger a restartpoint everytime a checkpoint is replayed
wouldn't realistically fix this. Restartpoints are performed in the
background (the checkpointer), not in the startup process itself. Not
doing that would be prohibitive performance wise, because each
checkpoint would stop replication progress for seconds to tens of
minutes.

- Andres



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Restore-reliability mode