Making 768 servers look like 1
Summary
The article explains how to scale relational databases by sharding, enabling 768 servers to appear as a single database to applications. It covers the bottlenecks of single-server writes, the role of read replicas, and the need for a sophisticated proxy layer and network load balancing, highlighting Neki and Vitess as concrete solutions and detailing data topology via JSON manifests.