Data Consistency
Data consistency refers to the state in which copies of the same data match across different systems, databases, or locations rather than conflicting with one another. It also describes the requirement that changes to data occur only in permitted ways, so the information stays coherent and reliable. When data is inconsistent, the same fact stored in two places may not agree, which can undermine decision-making.
As commonly defined across database and data management sources, data consistency has two related but distinct senses. In the transactional (database) sense, it is the requirement that any given transaction change affected data only in allowed ways, preserving defined rules and constraints so the database reflects correct, most-recently-updated values. In the distributed or cross-system sense, it refers to the condition in which all copies or instances of a data element are the same across systems and databases, such that the same data held in different places matches. The evidence provided does not resolve the finer distinctions among consistency models (for example, strong versus eventual consistency) or the precise boundary between data consistency and data integrity, which are treated as related but separate concepts in the sources; readers should treat those distinctions as context-dependent and out of scope for this entry.
Why it matters
Data consistency underpins the reliability of any decision that draws on stored information. When the same fact is held in more than one system and the copies disagree, downstream analysis, reporting, and operational actions can be based on conflicting versions of reality. As commonly framed in data management sources, consistency ensures accuracy and coherence across various systems, which is treated as crucial for reliable decision-making. In an AI governance and model risk context, models consume data from multiple sources, so inconsistency between those sources can propagate silently into model inputs and outputs.
For model risk management specifically, inconsistent data can be a source of model risk that is distinct from, but can contribute to, model performance degradation: if the data feeding a model does not match the data used to develop, validate, or monitor it, observed behavior may diverge from expectations for reasons that have nothing to do with the model logic itself. Because of this, data consistency is often a prerequisite for meaningful validation and monitoring work rather than a control that operates in isolation. It should be understood as a measure that reduces the likelihood of certain data-driven errors, not one that eliminates data risk.
Who it's relevant to
Inside Data Consistency
Common questions
Answers to the questions practitioners most commonly ask about Data Consistency.