Back to Developer Roadmap

Eventual Consistency

src/data/roadmaps/system-design/content/eventual-consistency@rRDGVynX43inSeQ9lR_FS.md

4.0457 B
Original Source

Eventual Consistency

Eventual consistency is a form of Weak Consistency. After an update is made to the data, it will be eventually visible to any subsequent read operations. The data is replicated in an asynchronous manner, ensuring that all copies of the data are eventually updated.

Visit the following resources to learn more: