Mysql事务
2023-06-25 21:08:16 19 举报
AI智能生成
Mysql事务脑图
作者其他创作
大纲/内容
Mysql事务
原子性(Atomicity)
一致性(Consistent)
隔离性(Isolation)
持久性(Durable)
ACID
读未提交(Read uncommitted)
读已提交(Read committed)
可重复读(Repeatableread)
可串行化(Serializable)
事务隔离级别
更新丢失(Lost Update)或脏写
脏读(Dirty Reads)
不可重读(Non-Repeatable Reads)
幻读(Phantom Reads)
并发事务的问题
0 条评论
回复 删除
下一页