Re: Automatic Client Failover

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Automatic Client Failover
Дата
Msg-id 14564.1217891597@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Automatic Client Failover  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Ответы Re: Automatic Client Failover  (Dimitri Fontaine <dfontaine@hi-media.com>)
Re: Automatic Client Failover  ("Greg Stark" <greg.stark@enterprisedb.com>)
Re: Automatic Client Failover  (Markus Wanner <markus@bluegap.ch>)
Список pgsql-hackers
"Jonah H. Harris" <jonah.harris@gmail.com> writes:
> On Mon, Aug 4, 2008 at 5:39 PM, Josh Berkus <josh@agliodbs.com> wrote:
>> Well, it's less simple, but you can already do this with pgPool on the
>> client machine.

> Yeah, but if you have tens or hundreds of clients, you wouldn't want
> to be installing/managing a pgpool on each.

Huh?  The pgpool is on the server, not on the client side.

There is one really bad consequence of the oversimplified failover
design that Simon proposes, which is that clients might try to fail over
for reasons other than a primary server failure.  (Think network
partition.)  You really want any such behavior to be managed centrally,
IMHO.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: IN vs EXISTS equivalence
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Automatic Client Failover