Tagged
Connection guides
Hands-on guides that cover Connection. Every command is run and verified on a live server before it is published.
GuideConnections and Pooling
PostgreSQL runs one process per connection. Put PgBouncer connection pooling in front so hundreds of app connections ride on a handful of real ones.
GuideConnection Routing with PgBouncer
PostgreSQL connection routing with PgBouncer: send writes to the primary and reads to the standby over pooled connections, proven with the pool stats.
GuideConnection Pooling with ProxySQL
Put ProxySQL connection pooling in front of MariaDB so many app connections ride on a few backend ones, then read the pool stats to prove it is working.