Pgpool-II 4.1 beta1 is now released.
Bo Peng <[email protected]> Fri, 6 Sep 2019 13:52:59 +0900
| Newsgroups | gmane.comp.db.postgresql.announce |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>
SRA OSS, Inc. Japan