Featured

Posts in 2025
  • Scaling Postgres to the Next Level at OpenAI

    May 19, 2025 in Featured

    Scaling Postgres to the Next Level at OpenAI

    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.

    Read more

    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.

    Read more

Posts in 2024
  • Self-Hosting Supabase on PostgreSQL

    November 25, 2024 in Featured

    Self-Hosting Supabase on PostgreSQL

    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.

    Read more

    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.

    Read more

  • PostgreSQL is Eating the Database World

    March 04, 2024 in Featured

    PostgreSQL is Eating the Database 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.

    Read more

    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.

    Read more

Posts in 2023
  • Database in K8S: Pros & Cons

    December 05, 2023 in Featured

    Database in K8S: Pros & Cons

    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.

    Read more

    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.

    Read more