All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Security
Security
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

PgDog: A new Postgres connection pooler for horizontal scaling

By

Lev Kokotov

5h ago· 5 min readenInsight

Summary

PgDog is a new Postgres connection pooler and proxy that enables horizontal scaling of PostgreSQL without rewriting applications. The article explains why the team built yet another connection pooler despite existing solutions like PgBouncer, RDS Proxy, and Pgpool-II. It argues that most existing tools follow the UNIX philosophy too rigidly, creating leaky abstractions that don't handle modern scaling needs well. PgDog aims to combine connection pooling, load balancing, and sharding into a single coherent proxy solution.

Source

Hacker NewsPgDog: A new Postgres connection pooler for horizontal scalingpgdog.dev

Key quotes

· 3 pulled
Most tools in the Postgres ecosystem take the UNIX philosophy very seriously: do one thing and do it well.
PgDog is a proxy for scaling Postgres.
One of its features is connection pooling, which allows many client applications to use the same database without exceeding its connection limit.
Snippet from the RSS feed
PgDog is a connection pooler, load balancer, and sharding proxy for PostgreSQL. Scale Postgres horizontally without rewriting your application.

You might also wanna read

PostgreSQL Connection Pooling Explained: How It Works and Why It Matters

sharafath.hashnode.dev·1mo ago

PostgreSQL Connection Pooling Explained: How It Works and Why It Matters

sharafath.hashnode.dev·1mo ago

Rethinking database architecture: From monolithic storage to Lakebase and LTAP

The article discusses the evolution of database architecture, starting from the author's PhD experience at UC Berkeley where OLTP databases

databricks.com·6d ago

Rethinking database architecture: From monolithic storage to Lakebase and LTAP

The article discusses the evolution of database architecture, starting from the author's PhD experience at UC Berkeley where OLTP databases

databricks.com·6d ago

AlloyDB Hot Standby: Faster failovers, consistent performance

Google News·1mo ago

Neoclouds, sovereign AI, and Postgres: A new enterprise architecture for regulated AI inference

The article examines how AI inference is reshaping enterprise computing, particularly for regulated industries. As inference becomes dominan

thenewstack.io·18d ago

How PostgreSQL survived near-death to become a cornerstone of modern cloud infrastructure

This feature article chronicles the unlikely survival and rise of PostgreSQL, tracing its origins from Michael Stonebraker's Postgres projec

theregister.com·14d ago

PostgreSQL positioned as a solution to AI-driven datacenter energy demands

This article discusses how AI workloads and datacenter expansion are driving an energy crisis, and positions Postgres (PostgreSQL) as a solu

theregister.com·1mo ago

Comments

Sign in to join the conversation.

No comments yet. Be the first.