Tag
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.
Aura Frames scaled its Ruby on Rails application to 41 million requests per hour by splitting into 8 primary databases and leveraging the disable_joins: true feature in Active Record.