PlanetScale has launched Neki, a sharded PostgreSQL solution, which is now available in platform preview. This new offering aims to address the scaling limitations encountered by users of single-machine PostgreSQL databases.
Neki allows a PostgreSQL database to be scaled across multiple machines while maintaining standard PostgreSQL functionality on each shard. It is designed to handle large-scale workloads, supporting hundreds of millions of queries per second (QPS) and petabytes of data per database.
PlanetScale observed that many customers using their Postgres service were reaching the upper limits of what a single machine could handle. While upgrading hardware provided temporary relief, a long-term solution for horizontal scaling was needed.
Neki was developed based on PlanetScale's eight years of experience running large sharded MySQL clusters, which power numerous production workloads with millions of queries per second.
Neki integrates a router, sidecars, and a control plane with actual PostgreSQL shards. Applications connect to the Neki router using the standard PostgreSQL wire protocol, allowing existing drivers, ORMs, and connection strings to function without modification.
Each shard within the Neki system is a full PostgreSQL instance. This architecture enables scaling without requiring application rewrites or maintenance windows for rebalancing capacity or splitting hot shards.
Neki facilitates scaling PostgreSQL past single-machine limits to accommodate hundreds of millions of QPS and petabytes of data. It supports splitting hot shards as workloads grow, creating new target shards, catching them up with replication, and moving traffic through topology changes.
The system allows data to be moved to a new shard layout while the database remains online, ensuring zero downtime during rebalancing operations.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
PlanetScale has released Neki, a sharded PostgreSQL solution, into platform preview. Neki enables PostgreSQL to scale beyond single-machine limits to handle hundreds of millions of queries per second and petabytes of data without downtime, by adding a router, sidecars, and a control plane to real PostgreSQL shards.
PlanetScale has released Neki, a sharded PostgreSQL offering, in platform preview to address scaling limitations of single-machine Postgres databases. Neki allows users to scale a PostgreSQL database across multiple machines while maintaining standard Postgres functionality on each shard, providing a solution for growing databases that encounter performance ceilings.