热门

最新

红包

立Flag

投票

同城

我的

发布
uesowys
计算机科技研究员
4 年前
trueuesowys

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.

CSDN App 扫码分享
分享
评论
1
打赏
  • 复制链接
  • 举报
下一条:
h5网页测试,发现移动端有的浏览器sessionstorage会话存储可以存到,有的浏览器无法存储取值,然后用weinre调试判断这个浏览器是否支持sessionstorage,发现是支持的,然后找了一些移动调试方面的博客,发现了一个关键词webview,猜想是当前浏览器刷新时,重新开启了一个新的webview所以sessionstorage会话存储失效,请问这种情况,如何对数据做本地缓存?
立即登录