← Graph

PgBouncer

tool 2 connections

External connection pooler for PostgreSQL, typically recommended once a Rails application is scaled across multiple replicas. Limits the number of real database connections, handles idle connections and improves throughput. Supports several pooling modes; the default and most common is transaction pooling, which breaks session-scoped state like row-level security's current-tenant parameter.

category
service
Covered as the typical external connection pooler when scaling Rails.
related_to
PgBouncer tool
Default PgBouncer pooling mode.

Provenance

Read by
19 extractions