Re: Help me find a suitable replication solution

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Help me find a suitable replication solution
Date: 2007-07-05 18:47:26
Message-ID: 20070705184726.GK17424@phlogiston.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, Jul 03, 2007 at 08:15:35AM +0800, Yuan HOng wrote:
> sites shall update these tables, and the link is over a WAN, it seems
> the most appropriate replication solution would be a multi-master,
> asynchronous solution.

Yes, that would be best.

> be to use a separate table for order on web server and replicate it
> back to inhouse server. But then I have two tables for order, which
> will make the applicate much complicated.

Yep.

> Finding no suitable soluiton for my case, I am wondering whether I
> have made a mistake in my database design. Havent' others experienced
> similiar situation as I do? Or do I have some misunderstanding of the
> capabilities of the existing solutions? Am I overlooking something?

There simply isn't anything that implements this now. It's possible
to bodge it up using Slony, as you point out, but that makes things
more complicated. If you need this now, though, that's your only
option AFAIK.

A

--
Andrew Sullivan | ajs(at)crankycanuck(dot)ca
Unfortunately reformatting the Internet is a little more painful
than reformatting your hard drive when it gets out of whack.
--Scott Morris

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Martin Arpon 2007-07-06 00:56:30 Tablespace restore
Previous Message Tom Lane 2007-07-05 18:17:16 Re: More than one pg_database entry for database