Re: Checkpoints vs restartpoints - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Checkpoints vs restartpoints
Date
Msg-id 20150610081225.GD18593@alap3.anarazel.de
Whole thread Raw
In response to Checkpoints vs restartpoints  (Thomas Munro <thomas.munro@enterprisedb.com>)
List 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 by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file
Next
From: Andres Freund
Date:
Subject: Re: Restore-reliability mode