pgbouncer
lightweight connection pooler for PostgreSQL
Install
- All systems
-
curl cmd.cat/pgbouncer.sh
- Debian
-
apt-get install pgbouncer
- Ubuntu
-
apt-get install pgbouncer
- Alpine
-
apk add pgbouncer
- Arch Linux
-
pacman -S pgbouncer
- Kali Linux
-
apt-get install pgbouncer
- Fedora
-
dnf install pgbouncer
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pgbouncer
- OS X
-
brew install pgbouncer
- Raspbian
-
apt-get install pgbouncer
- Dockerfile
- dockerfile.run/pgbouncer
- Docker
-
docker run cmd.cat/pgbouncer pgbouncer
powered by Commando
pgbouncer
lightweight connection pooler for PostgreSQL
PgBouncer is a lightweight connection pooler for PostgreSQL providing the following features: * Several levels of brutality when rotating connections: session pooling, transaction pooling, statement pooling. * 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.