State Consistency 状态一致性
Consistency means that the transaction represents a correct transformation of the application state — that any integrity constraints implicit in the application are not violated by the transaction.
一致性意味着事务代表应用程序状态的正确转换——即事务不能违反应用程序中固有的任何完整性限制。
We can now define a transaction as a related collection of operations on the application state, which has the properties of atomicity, consistency, isolation, and durability.
现在,我们将事务 定义为对应用程序状态的相关操作的集合。 事务具有原子性、一致性、隔离性 以及持久性 这几个属性。
The solution made a tradeoff of consistency of results, and reducing the possibility of deadlocks, at the cost of potentially accessing corrupt state.
这一解决方案在结果的一致性、降低死锁的可能性和对访问被破坏状态可能付出的代价方面,做出了折衷。
应用推荐