Re: postgres mirroring (real-time)

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: postgres mirroring (real-time)
Date: 2004-05-05 21:14:49
Message-ID: 20040505211449.GE12095@phlogiston.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, May 05, 2004 at 03:17:02PM +0000, Sally Sally wrote:
> Does anyone know of a good way of implementing postgres real-time
> mirroring? Whether it's a program that's already out there or whether it is
> something that can be done by the DBA? I know there is one in contrib
> called dbmirror but does it actually work well (it seems to also require
> pgperl)

Plenty of people are using it. It's not _exactly_ real time, though.
What do you mean by "real-time mirroring"?

If you are not yet in production and are looking for something
that'll be ready in the next six months, you might want to check out
the Slony-I project on gborg.postgresql.org. But even that is not
"real time", in that there is a gap between when a tuple is COMMITTED
on the primary node and when it appears on other nodes.

A

--
Andrew Sullivan | ajs(at)crankycanuck(dot)ca
The plural of anecdote is not data.
--Roger Brinner

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Doug Hall 2004-05-05 21:20:29 Listing databases
Previous Message Dann Corbit 2004-05-05 20:44:10 Re: Embedded SQL inherently faster than others?