From: | "Alexander Staubo" <alex(at)purefiction(dot)net> |
---|---|
To: | "Craig James" <craig_james(at)emolecules(dot)com> |
Cc: | "Andreas Kostyrka" <andreas(at)kostyrka(dot)org>, pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Replication |
Date: | 2007-06-15 08:28:33 |
Message-ID: | 88daf38c0706150128j3560a52ct4bd7979802398c3c@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
On 6/15/07, Craig James <craig_james(at)emolecules(dot)com> wrote:
> I don't think I can use PGPool as the replicator, because then it becomes a new single point of failure that could bring the whole system down. If you're using it for INSERT/UPDATE, then there can only be one PGPool server.
Are you sure? I have been considering this possibility, too, but I
didn't find anything in the documentation. The main mechanism of the
proxy is taking received updates and playing them one multiple servers
with 2PC, and the proxies should not need to keep any state about
this, so why couldn't you install multiple proxies?
Alexander.
From | Date | Subject | |
---|---|---|---|
Next Message | Merlin Moncure | 2007-06-15 14:27:38 | Re: Replication |
Previous Message | Andreas Kostyrka | 2007-06-15 05:21:58 | Re: Replication |