The database remains in a consistent state at all times ― after each commit or rollback, and while transactions are in progress. If related data is being updated across multiple tables, queries see either all old values or all new values, not a mix of old and new values.
数据库始终保持一致状态 - 每次提交或回滚后,以及事务正在进行中。如果跨多个表更新相关数据,查询将查看所有旧值或所有新值,而不是旧值和新值的混合。
一致性侧重事务执行前后的状态(结果)。
来源:博客园
作者:护花使者
链接:https://www.cnblogs.com/chenmz1995/p/11490651.html