Wednesday
Jan082020
PostgreSQL Connection Pooling: Part 2 – PgBouncer
Wednesday, January 8, 2020 at 9:24AM
When it comes to connection pooling in the PostgreSQL world, PgBouncer is probably the most popular option. It’s a very simple utility that does exactly one thing – it sits between the database and the clients and speaks the PostgreSQL protocol, emulating a PostgreSQL server. A client connects to PgBouncer with the exact same syntax it would use when connecting directly to PostgreSQL – PgBouncer is essentially invisible.
tagged Client Connections, Connection Pooler, Connection Pooling, PgBouncer, Pooling Modes, PostgreSQL Server, Postgres, database, devops, postgresql, sql in Database, DevOps, Performance, PgBouncer, Postgres, administration, cache, connection-pool, data management, database scalability, deployment, haproxy, high performance, load balancer, open source, postgresql, server, server load, sql, tutorial Tweet