Overview#
Consistency is the process of obtaining Consensus (ie a given state) within a Community of Interest.ACID Transaction Consistency#
Consistency is one of the ACID transaction properties.Consistency implies the data store will always be in a consistent state such that the integrity of its contents will be preserved. No successful or failed transaction should be possible to leave the data in an inconsistent state.