Re: pgsql: Allow time delayed standbys and recovery - Mailing list pgsql-committers

From Thom Brown
Subject Re: pgsql: Allow time delayed standbys and recovery
Date
Msg-id CAA-aLv7ieqbd6wxQg=-q8hc1Rc7-K65KkrNMvYwzpHg+X=-NTQ@mail.gmail.com
Whole thread Raw
In response to pgsql: Allow time delayed standbys and recovery  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: pgsql: Allow time delayed standbys and recovery  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-committers
On 12 December 2013 10:56, Simon Riggs <simon@2ndquadrant.com> wrote:
> Allow time delayed standbys and recovery
>
> Set min_recovery_apply_delay to force a delay in recovery apply for commit and
> restore point WAL records. Other records are replayed immediately. Delay is
> measured between WAL record time and local standby time.
>
> Robert Haas, Fabrízio de Royes Mello and Simon Riggs
> Detailed review by Mitsumasa Kondo

Could a note be added about the additional disk space requirements for
WAL on the standby?  If one is delaying replay, WAL files created over
the delayed period will build up in pg_xlog on the standby until
they're consumed upon replay, so considerations about storing those
additional files will need to be made.  It may otherwise trip up
anyone who, say, delays replay by 24 hours in a busy production
environment, and finds they have run out of disk space and no longer
have a valid standby.

--
Thom


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Add tab completion for ALTER SYSTEM SET in psql.
Next
From: Simon Riggs
Date:
Subject: Re: pgsql: Allow time delayed standbys and recovery