# Eventual Consistency Unlike [[Database Consistency|Strong Database Consistency]], which guarantees that every client will get the most recently written value, eventual consistency only guarantees that that will eventually happen, after a certain indeterminate period called the *inconsistency window* (which usually has an upper bound). Data stores that have eventual consistency are said to be *eventually consistent*.