Postgres 9.0 Hot Standby + Fail Over - Mailing list pgsql-general

From Bryan Murphy
Subject Postgres 9.0 Hot Standby + Fail Over
Date
Msg-id u2y7fd310d11005041953q4708b3e7o503878d3ce6dba5b@mail.gmail.com
Whole thread Raw
List pgsql-general
We have a production database that contains data which is easily
recreated at runtime.  I'm considering upgrading this to 9.0 beta1 to
get some experience with the new hot standby system on a server that
is under medium to heavy load.

Obviously, being a production database, it's inconvenient if this
fails (but not catastrophic for us, which is why I want to try it).

If partial updates are enabled and the master fails, I'd still like to
fail over to one of the slaves.  If the last log file was not shipped,
but part of the queries for it were replicated, what happens?

What happens if I have two slave servers (A and B) and I want to fail
over to slave A and have it start shipping log files to slave B but B
has more queries applied to it than A?  I assume in this case I would
instead want to fail over to B and ship to A.  How would I know which
server to fail over to?

Thanks,
Bryan

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Function not RAISE NOTICE if a parameter is NULL
Next
From: AI Rumman
Date:
Subject: How can I be confirm that data is encrypted over the network using SSL