Databases & SQL

Eventual Consistency

/ɪˈventʃuəl kənˈsɪstənsi/

Definition

A distributed systems model where replicas will converge to the same state given no new updates — consistency is not immediate.

Example in context

"After you update your profile, some users may see the old photo for a few seconds — eventual consistency is intentional here."

Related terms

Practice this term

Master Eventual Consistency in context by working through exercises in the Databases & SQL module. You'll see the term used in real engineering scenarios with multiple-choice, fill-in-the-blank, and matching drills.