Re: Standby Mode - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Standby Mode
Date
Msg-id 200608010034.k710YA124927@momjian.us
Whole thread Raw
In response to Standby Mode  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: Standby Mode
List pgsql-hackers
Seems you completed most of the PITR items.  That will make great
additions for 8.2.

---------------------------------------------------------------------------

Simon Riggs wrote:
> The restartableRecovery patch introduces the concept of standby_mode,
> where you define in the recovery.conf file that this server is acting as
> a log-shipping target. We can extend that concept to a few other useful
> places.
> 
> We've discussed a number of times that we can use a script that waits
> indefinitely for a log file. On reflection, it seems fairly trivial to
> put this directly into the backend. I've got a number of possible
> designs:
> 
> 1. standby_mode tests to see if restore_command fails, if so it will
> test for a notification_file then loops back round for the
> restore_command again. When a failover occurs the failure-sensing
> mechanism writes the notification file and we bring up the standby.
> 
> 2. standby_timeout - potentially usable in conjunction with
> archive_timeout. The standby server loops while waiting for the
> restore_command to work until it gets to standby_timeout seconds, then
> automatically comes up in standby mode. Sounds great, but possibly
> slightly less useful since there's no explicit instruction to perform
> failover.
> 
> Both of those are very easy to implement, now that I've seen how, and
> would augment the other functionality recently delivered for 8.2.
> 
> What does the panel think? Take the red pill, or stick with blue?
> 
> -- 
>   Simon Riggs
>   EnterpriseDB          http://www.enterprisedb.com
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
>        choose an index scan if your joining column's datatypes do not
>        match

--  Bruce Momjian   bruce@momjian.us EnterpriseDB    http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Standby Mode
Next
From: Simon Riggs
Date:
Subject: Re: Standby Mode