PgDog
Summary
PgDog is a tool that allows you to scale PostgreSQL without modifying your application, providing connection pooling and load balancing.
Similar Articles
PgDog is funded and coming to a database near you
PgDog, an open-source proxy that makes Postgres horizontally scalable, has raised $5.5M in funding from Basis Set, YC, and others. The tool is already serving over 2M queries per second in production.
Why we built yet another Postgres connection pooler
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.
How PgBouncer Works
A detailed technical guide explaining how PgBouncer works as a PostgreSQL connection pooler, covering its pooling modes, production deployment, and common pitfalls.
DuckPGQ – A DuckDB community extension for graph workloads
DuckPGQ is a DuckDB community extension that adds SQL/PGQ standard graph query capabilities to DuckDB, enabling high-performance graph analytics within analytical workflows.
We scaled PgBouncer to 4x throughput
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.