# Featured

LLMS index: [llms.txt](/llms.txt)

---

Section pages:

- [Scaling Postgres to the Next Level at OpenAI](/blog/select/openai-pg/): 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](/blog/select/supabase/): 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](/blog/select/pg-eat-db-world/): 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](/blog/select/db-in-k8s/): 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.
