Back to Developer Roadmap

Weak Consistency

src/data/roadmaps/system-design/content/[email protected]

4.0370 B
Original Source

Weak Consistency

After an update is made to the data, it is not guaranteed that any subsequent read operation will immediately reflect the changes made. The read may or may not see the recent write.

Visit the following resources to learn more: