# Database Consistency Is a distributed data store guarantee that states that every client will, for every read, get as a result the most recently written value, or en error. When this guarantee cannot be made the data store is said to be *eventually consistent* and to have [[Eventual Consistency]]. Note that database consistency is different from [[Transaction Consistency]], which addresses database transactions within a single database, as opposed to a distributed data store.