Strategies to Handle Both Reads and Writes at Scale
Feb 25 · 7 min read · 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 ...
Join discussion