freebsd-ports/databases/pgpool-II-41/pkg-descr
Torsten Zuehlsdorff 63a01ab6dc New port: databases/pgpool-II-41
Repocopy databases/pgpool-II-40 and modify it to introduce
new pgpool version 4.1.x.

Major enhancements in Pgpool-II 4.1 include:

    * 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.

PR:		244646
Submitted by:	Franko Ricci <franco.ricc@gmail.com>
2020-03-29 21:48:12 +00:00

9 lines
349 B
Plaintext

pgpool is a connection pool server for PostgreSQL. pgpool runs between
PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can
connect to pgpool as if it were a standard PostgreSQL server.
pgpool caches the connection to PostgreSQL server to reduce the overhead to
establish the connection to it.
WWW: https://pgpool.net/