connection-pooling

Tag

Cards List
#connection-pooling

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
#connection-pooling

PgDog

Product Hunt · 2026-07-09

PgDog is a tool that allows you to scale PostgreSQL without modifying your application, providing connection pooling and load balancing.

0 favorites 0 likes
#connection-pooling

Why we built yet another Postgres connection pooler

Hacker News Top · 2026-07-07 Cached

PgDog is a new Postgres connection pooler that preserves application code by handling SET statements and LISTEN/NOTIFY, unlike existing poolers that require trade-offs.

0 favorites 0 likes
#connection-pooling

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
#connection-pooling

Journey in optimising Elixir application

Lobsters Hottest · 2026-04-20 Cached

A developer shares lessons learned while optimizing Elixir applications, particularly focusing on performance improvements to a Postgres connection pooler (Ultravisor). The article covers profiling techniques using flame graphs, call tracing, and tools like eFlambè and tprof.

0 favorites 0 likes
← Back to home

Submit Feedback