Features
PgBouncer features — pooling modes and SQL compatibility
Source: https://www.pgbouncer.org/
pgbouncer is a PostgreSQL connection pooler. Any target application can be connected to pgbouncer as if it were a PostgreSQL server, and pgbouncer will create a connection to the actual server, or it will reuse one of its existing connections.
The aim of pgbouncer is to lower the performance impact of opening new connections to PostgreSQL.
In order not to compromise transaction semantics for connection pooling, pgbouncer supports several types of pooling when rotating connections:
PgBouncer features — pooling modes and SQL compatibility
PgBouncer configuration file (pgbouncer.ini) reference
PgBouncer command-line usage and administration console
PgBouncer compilation and installation instructions
PgBouncer source releases and binary packages
PgBouncer version history and release notes
PgBouncer community resources, tutorials, and support
PgBouncer frequently asked questions
Was this page helpful?
Thanks for the feedback! Please let us know how we can improve.
Sorry to hear that. Please let us know how we can improve.