System Design Patterns for Scaling WritesIn the companion article on scaling reads, we covered caching, replicas, and…
System Design Patterns for Scaling ReadsMost production systems are read-heavy. A typical web application sees 90-9…