Re: Data Replication

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Data Replication
Date: 2008-12-11 16:12:41
Message-ID: 20081211161240.GF26521@shinkuro.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Dec 10, 2008 at 08:41:30PM -0700, Scott Marlowe wrote:

> one of the real time replication. Failover in slony is pretty easy to
> do and happens in seconds. But you do have to resubscribe the master
> as a slave and copy everything over again after a failover to make the
> old master the new master again.

Note, however, that you can do controlled switchover in Slony that
requires no re-sync. If your hardware-health monitors are any good
(and they ought to be), you can use them to tell you that something is
wrong, and switch before things blow up. It's not perfect, but it has
been useful to me.

--
Andrew Sullivan
ajs(at)crankycanuck(dot)ca

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-12-11 16:59:42 Re: Startup process thrashing
Previous Message Angel Alvarez 2008-12-11 13:54:11 schema or catalog? what's the diference?