@BenjDicken: Query planning is hard. Doing so in a massive, sharded database is even harder. The blog we published today at PlanetSc…

X AI KOLs Timeline News

Summary

A blog post from PlanetScale discusses the challenges of query planning in massive, sharded databases, aiming to educate readers on database query planners.

Query planning is hard. Doing so in a massive, sharded database is even harder. The blog we published today at PlanetScale was a labor of love. So many people from across the company helped with technical accuracy, writing, visuals, and making it the best it can be. This was so much fun to be a part of. Go read. Get a little better at database query planners this evening.
Original Article
View Cached Full Text

Cached at: 09/11/26, 04:30 AM

Query planning is hard.

Doing so in a massive, sharded database is even harder.

The blog we published today at PlanetScale was a labor of love. So many people from across the company helped with technical accuracy, writing, visuals, and making it the best it can be.

This was so much fun to be a part of. Go read. Get a little better at database query planners this evening.

Similar Articles

Neki by PlanetScale

Hacker News Top

Neki is a sharded Postgres solution by PlanetScale that enables horizontal scaling to hundreds of millions of QPS and petabytes of data with zero-downtime operations.

Making 768 servers look like 1

Hacker News Top

PlanetScale explains how to scale a relational database from a single server to 768 servers using database sharding, addressing bottlenecks like write limits and resource contention.

Scaling PostgreSQL to power 800 million ChatGPT users

OpenAI Blog

OpenAI shares technical insights on scaling PostgreSQL to support 800 million ChatGPT users and millions of queries per second, using a single-primary architecture with 50 read replicas while managing challenges from write-heavy workloads through sharding and optimization strategies.