Software Engineering ยท Distributed Systems
Updates spread to all copies of the data over time, so reads may briefly return stale data before every copy catches up.
Example: A social post that shows up for a friend overseas a few seconds later.
In practice: It's a deliberate trade for availability and performance โ systems like DNS and most NoSQL databases accept a brief window of staleness in exchange for never blocking a write or read.