undo日志版本链与read view机制详解
2023-03-30 20:37:05
登录查看完整内容
undo日志版本链
举报
猜你喜欢
大纲/内容
lilei
1
tex_id
undo回滚日志
未开始事务
update account set balance=balance+200 where id=1;
update account set balance=balance+300 where id=1;
记录版本链
隐藏列
未提交与已提交事务
80
insert indo log
update account set balance=balance+50 where id=1;
name
150
200
数据列
400
max_Id=76922547
700
0
76922545
50
update account set balance=balance+100 where id=1;
balance
id
已提交事务
76922546
min_Id=76922545
readview:[7692254font color=\"#ff0000\
roll_pointer
76922547
0 条评论
回复 删除
下一页
职业:后端开发
作者其他创作:
ClassLoader
32 2023-04-06
undo日志版本链与read view机制详解
184 2023-03-31
Mysql事务原理
48 2023-03-28
Explain
182 2023-03-23
AQS之ReentrantLock
104 2023-03-13
JAVA并发
211 2023-03-08
List Map 集合
134 2023-01-29
netty源码
92 2022-11-04
redis主从复制
59 2022-09-28
JVM整体结构及内存模型
140 2022-04-18