pgbouncer

PgBouncer

Lightweight connection pooler for PostgreSQL.

PgBouncer pgbouncer.ini configs, pool modes, auth file setup and HA patterns for connection pooling.

Configuration Recipes4

pgbouncerPythonintermediate
Implementing Sharding in Django with PgBouncer

Learn how to effectively shard user data across multiple PostgreSQL servers in a Django application using PgBouncer for connection pooling.

PgBouncer · Databases
pgbouncerINIintermediate
Enhancing PostgreSQL Performance with PgBouncer in Django Applications

Learn how to utilize PgBouncer to improve the performance of your Django applications by managing database connections efficiently.

PgBouncer · Databases
pgbouncerMARKDOWNintermediate
Understanding PgBouncer Pooling Modes: Transaction vs Session

This article explores the differences between transaction pooling and session pooling in PgBouncer, highlighting their advantages and use cases.

PgBouncer · Databases
pgbouncerJAVAintermediate
Handling Prepared Statement Errors in PgBouncer with JDBC

This article addresses common issues with prepared statements in PgBouncer when using JDBC, particularly focusing on pooling modes.

PgBouncer · Databases