Re: alpha3 release schedule? - Mailing list pgsql-hackers

From Greg Stark
Subject Re: alpha3 release schedule?
Date
Msg-id 407d949e0912220341h317f9085yed974fca37dcef8@mail.gmail.com
Whole thread Raw
In response to Re: alpha3 release schedule?  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: alpha3 release schedule?
List pgsql-hackers
On Tue, Dec 22, 2009 at 8:34 AM, Simon Riggs <simon@2ndquadrant.com> wrote:
> If you are saying being able to start Hot Standby from a shutdown
> checkpoint is an important feature for you, then say so, and why.

Can you explain the consequences of missing this? It sounds to me like
if I lose my master and it happened to be while it was shut down for
whatever reason then I'll be stuck and won't be able to use my
standby. If that's true it seems like it's a major problem. Or does it
just mean I would have to follow a different procedure when failing
over?

I'm not sure if it's relevant but one thing to realize is that a lot
of MySQL people are used to doing failovers to do regular maintenance
tasks like creating indexes or making schema changes. Besides,a lot of
sites build in regular failovers to ensure that their failover
procedure works. In both cases they usually want to do a clean shut
down of the master to ensure they don't lose any transactions during
the failover.

-- 
greg


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Streaming replication and non-blocking I/O
Next
From: Heikki Linnakangas
Date:
Subject: Tuplestore should remember the memory context it's created in