From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | Gideon <gideondebian(at)isogo(dot)co(dot)za> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Database Mirroring Solution |
Date: | 2006-11-10 11:33:01 |
Message-ID: | 4554636D.7030806@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Gideon wrote:
> Hi
>
> I have done some research and it seems there are no active mirroring
> solutions for postgresql 8 and above. I did see Slony but I need
> Master to Master functionality and not only Master to Slave/'s.
That's not "mirroring", it's known as "multi-master replication".
Mirroring is generally considered single-master => single-slave. Or
duplicate queries perhaps.
>Is
> anyone aware of any mirroring solutions for postgres ?
I don't know of any plug-and-play system either. Some support for
two-phase commit was added recently and I believe Slony might be
supporting multi-master in its next version.
Having said that, I'm not aware of any generic solution (for any RDBMS)
that can handle all the permutations of peoples requirements. It might
be that you can assemble something that meets your needs - can you share
any details about how/why you intend to use this?
--
Richard Huxton
Archonet Ltd
From | Date | Subject | |
---|---|---|---|
Next Message | Enrico | 2006-11-10 11:37:39 | Re: Linux vs. FreeBSD |
Previous Message | Richard Huxton | 2006-11-10 11:24:24 | Re: Linux vs. FreeBSD |