pgpool 2.0RC1

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgsql-general(at)postgresql(dot)org
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: pgpool 2.0RC1
Date: 2004-06-19 11:08:15
Message-ID: 20040619.200815.59648780.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

The new verion of pgpool, yet another open source replication software
for PostgreSQL is now in RC1:

ftp://ftp.sra.co.jp/pub/cmd/postgres/pgpool/pgpool-2.0RC1.tar.gz

pgpool is a single master/query based/synchronous replication
server. It acts as a proxy server between PostgreSQL client and
PostgreSQL server. No application change is needed to use pgpool.
pgpool's features include:

o connection pooling. This will reduce the connection establishing
overhead.

o pre-forking child processes. Like Apache, pgpool pre-forks child
processes to provide faster service startup.

o degeneration. In the replication mode, if one of PostgreSQL goes
down, it detaches the broken server and continues operation with the
surviving server.

o fail over. In the connection pool server mode, if master PostgreSQL
goes down, it detaches the broken server and continues operation
with the stand-by server.

In addtion to above, 2.0 supports native V3 protocol which should make
pgpool faster if used with PostgreSQL 7.4 or later.

Also, now pgpool supports the load balancing between master/secondary
PostgreSQL backends to gain better performace for SELECT statement.

Enjoy,
--
Tatsuo Ishii

Browse pgsql-general by date

  From Date Subject
Next Message Greg Sabino Mullane 2004-06-19 11:32:17 Re: [OT] Dilemma about OS <-> Postgres interaction
Previous Message NTPT 2004-06-19 03:57:31 Re: INSERT ON DUPLICATE KEY UPDATE

Browse pgsql-hackers by date

  From Date Subject
Next Message Gavin Sherry 2004-06-19 11:55:11 Re: ALTER TABLE with Tablespace?
Previous Message Tatsuo Ishii 2004-06-19 10:52:38 ALTER TABLE with Tablespace?