Featured
Scaling Postgres to the Next Level at OpenAI
May 19, 2025 in Featured

At PGConf.Dev 2025, Bohan Zhang from OpenAI shared how they scale PostgreSQL to support millions of queries per second using a single-primary, multi-replica architecture without sharding.
At PGConf.Dev 2025, Bohan Zhang from OpenAI shared how they scale PostgreSQL to support millions of queries per second using a single-primary, multi-replica architecture without sharding.
Self-Hosting Supabase on PostgreSQL
November 25, 2024 in Featured

Supabase is great, owning your own Supabase is even better! A comprehensive tutorial for self-hosting production-grade Supabase on local/cloud VMs with Pigsty.
Supabase is great, owning your own Supabase is even better! A comprehensive tutorial for self-hosting production-grade Supabase on local/cloud VMs with Pigsty.
PostgreSQL is Eating the Database World
March 04, 2024 in Featured

PostgreSQL is not just a simple relational database, but an abstract framework for data management with the power to devour the entire database world. "Just use Postgres for everything" has become a mainstream best practice.
PostgreSQL is not just a simple relational database, but an abstract framework for data management with the power to devour the entire database world. "Just use Postgres for everything" has become a mainstream best practice.
Database in K8S: Pros & Cons
December 05, 2023 in Featured

Whether databases should be housed in Kubernetes/Docker remains highly controversial. While K8s excels in managing stateless applications, it has fundamental drawbacks with stateful services like databases.
Whether databases should be housed in Kubernetes/Docker remains highly controversial. While K8s excels in managing stateless applications, it has fundamental drawbacks with stateful services like databases.