热门

最新

红包

立Flag

投票

同城

我的

发布
m0_56679773
m0_56679773
4 年前
truem0_56679773

这个程序有什么问题?为什么结果不对

你问我答
CSDN App 扫码分享
分享
评论
点赞
打赏
  • 复制链接
  • 举报
下一条:
Consistent read means that when there are many transactions updating the same data rows at the same time concurrently it will generate multiple versions in the undo tablespaces named undo log files.All the other reads on the same data will get the old version before those transactions are committed. If it has the low isolation level,it will read from the undo tablespaces before committed,but after committed,new updates will be refreshed to data files in the disk and then you can get the new row,but after rollback,undo tablespaces will discard the changes.
立即登录