Read Scaling
Everything on SkillVeris tagged Read Scaling — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What are the Trade-offs of Caching Database Query Results?
Caching query results trades a risk of serving stale data and added system complexity for dramatically lower read latency and reduced load on the database, and…
What Are Read Replicas and How Do They Scale Reads?
A read replica is a copy of a primary database that continuously receives updates via replication and serves read-only queries, letting an application scale re…