Files
ports/databases/pgpool-II-47/pkg-descr
Muhammad Moinur Rahman 007eee9336 databases/pgpool-II-47: New port
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.

This is the 4.7.X branch of pgpool

WWW: https://pgpool.net/
2025-11-28 11:39:55 +01:00

7 lines
323 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.