Pgpool-II 4.1 beta1 is now released.

From: Bo Peng <pengbo(at)sraoss(dot)co(dot)jp>
To: pgsql-announce(at)postgresql(dot)org
Subject: Pgpool-II 4.1 beta1 is now released.
Date: 2019-09-06 04:52:59
Message-ID: 20190906135259.35b883bb13fd6ae2d8a10067@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Pgpool-II is a tool to add useful features to PostgreSQL, including
connection pooling, load balancing, automatic fail over and more.

Pgpool-II 4.1 beta1 is now relased.

This is not intended to be used in production but is close to the
release version. So users are encouraged to test it out.

V4.1 has new features:

* Statement level load balancing.
* Auto failback.
* Enhance performance in number of areas.
- Shared relation cache allows to reuse relation cache among sessions
to reduce internal queries against PostgreSQL system catalogs.
- Have separate SQL parser for DML statements to eliminate unnecessary parsing effort.
- Load balancing control for specific queries.
* Reduce Internal Queries against System Catalogs.
* Import PostgreSQL 12 SQL parser.
* etc.

You can download it from:
https://pgpool.net/mediawiki/index.php/Developer_releases

Please see the release notes at:
https://www.pgpool.net/docs/41/en/html/
--
Bo Peng <pengbo(at)sraoss(dot)co(dot)jp>
SRA OSS, Inc. Japan

Browse pgsql-announce by date

  From Date Subject
Next Message Atif Rahman 2019-09-06 05:36:52 CFP - PGDU 2019 Sydney, Australia
Previous Message David Fetter 2019-09-01 17:09:26 == PostgreSQL Weekly News - September 1, 2019 ==