Re: pgpool 2.5b2 released

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: julian(at)avbrief(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pgpool 2.5b2 released
Date: 2005-02-03 08:34:42
Message-ID: 20050203.173442.23010114.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> > Pgpool 2.5b2 supports "master slave mode" which can cope with
> > master/slave replication softwares such as Slony-I. In this mode
> > pgpool sends non SELECT queries to master only. SELECTs are load
> > balanced by pgpool.
>
> Sounds good!

Thanks. Yesterday I have put offcial release of pgpool 2.5 on
pgfoundry.org. The news release has not come up yet on the top page of
pgfoundry.org for some reason I don't know, but I hope it will appear
soon.

pgpool 2.5 has the capabilty to perform periodical health checking to
PostgreSQL.

> Does it attempt any interaction with Slony when it detects a failure of the
> master? It would seem a pity to have pgpool watching the pair to detect
> failure but having to have a separate watcher process to tell Slony to
> failover.

If pgpool detects PostgreSQL failure, Slony should detect it as well,
no?
--
Tatsuo Ishii

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jonel Rienton 2005-02-03 08:36:00 Re: SQL query question
Previous Message Jonel Rienton 2005-02-03 08:31:28 Re: SQL query question