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

PgDog raises funding to build a horizontal scaling proxy for PostgreSQL

By

Lev Kokotov

24d ago· 3 min readen

Summary

PgDog is building a proxy layer for PostgreSQL to solve its horizontal scaling limitations. The company argues that alternative databases like MongoDB and DynamoDB exist primarily because Postgres struggles with very large tables (100TB+) and high query volumes (1M QPS). Their solution, PgDog, acts as a connection pooler, load balancer, and sharding proxy that sits in front of Postgres, allowing developers to scale horizontally without changing their application code. The proxy can be deployed anywhere via Docker by simply changing the DATABASE_URL.

Source

Hacker NewsPgDog raises funding to build a horizontal scaling proxy for PostgreSQLpgdog.dev

Key quotes

· 3 pulled
Postgres is the only database you need.
The reason DBs like Mongo or Dynamo exist is because Postgres has a scaling problem.
Same old Postgres, just with a proxy in front of it, to make it horizontally scalable.
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

Comments

Sign in to join the conversation.

No comments yet. Be the first.