b42520b2fe
pgbouncer is a lightweight connection pooler for PostgreSQL that provides the following features: * Several levels of brutality when rotating connections. * Low memory requirements. * It is not tied to one backend server, the destination databases can reside on different hosts. * Supports online reconfiguration for most of the settings. * Supports online restart/upgrade.
9 lines
368 B
Text
9 lines
368 B
Text
Lightweight connection pooler for PostgreSQL that provides
|
|
the following features:
|
|
|
|
* Several levels of brutality when rotating connections.
|
|
* Low memory requirements.
|
|
* It is not tied to one backend server, the destination databases
|
|
can reside on different hosts.
|
|
* Supports online reconfiguration for most of the settings.
|
|
* Supports online restart/upgrade.
|