How to scale databases
The database is the hardest tier to scale, and the reason is one word: it is stateful. You cannot just clone it the way you clone a stateless backend, because every copy has to agree on the data. So s
tech.latencot.com9 min read