Strategies to Handle Both Reads and Writes at Scale
In the previous two articles, we saw something important:
To scale reads, we reduce the work the database does per query. [LINK]
To scale writes, we reduce the work the database does per insert. [LINK]
But what happens when a system has both heavy ...
akshatjme.hashnode.dev7 min read