pgbouncer

Tag

Cards List
#pgbouncer

Poisoned Postgres connection pools

Lobsters Hottest · 2026-08-20 Cached

This article explains the problem of poisoned connection pools in PostgreSQL when using PgBouncer, where stale session state can cause write errors, and provides a solution using DISCARD ALL to reset connections.

0 favorites 0 likes
#pgbouncer

Does anyone run Postgres without PgBouncer?

Lobsters Hottest · 2026-08-13 Cached

A developer reflects on a decade-old article about Postgres connection management, surveys popular managed Postgres providers, and argues that PgBouncer-style connection pooling is effectively a mandatory core feature.

0 favorites 0 likes
#pgbouncer

We scaled PgBouncer to 4x throughput

Hacker News Top · 2026-07-11 Cached

ClickHouse Managed Postgres scales PgBouncer to 4x throughput by running a fleet of processes with SO_REUSEPORT, enabling multi-core utilization and solving cancellation forwarding via peering.

0 favorites 0 likes
#pgbouncer

How PgBouncer Works

Lobsters Hottest · 2026-06-26 Cached

A detailed technical guide explaining how PgBouncer works as a PostgreSQL connection pooler, covering its pooling modes, production deployment, and common pitfalls.

0 favorites 0 likes
← Back to home

Submit Feedback