RFC: Bounded Staleness Reads

1 · CockroachDB · Aug. 31, 2021, 2 p.m.
Follower reads are a key feature that developers wanting to use multi-region databases should understand. We originally introduced them in this blog post, and later documented their use here. In this post, we’ll quickly review the basics of follower reads, highlight some potential issues, and propose a new type of follower reads that we’re exploring to address those issues: bounded staleness reads. What are follower reads? Follower reads allow read-only queries to be served by any replica for a ...