zoukankan
html css js c++ java
redo&undo log
redo 与undo 日志的最主要区别
1.undo日志:在恢复时取消未完成事务的影响,忽略已提交的事务
redo日志:忽略未完成的事务,重做已提交事务的改变。
2.undo日志:先将修改后的数据写到磁盘(直接commit到磁盘)
redo日志:先commit,然后将修改后的数据写到磁盘
3.当遵循undo日志的u1和u2规则,恢复时我们所需要的是数据库的旧值
使用redo日志恢复时,我们需要的是新值
查看全文
相关阅读:
Silverlight 2 开发环境
Silverlight: 通过LINQ 和Isolated Storage构建客户端数据库
奥巴马就职委员会选择微软Silverlight技术
Silverlight 和WPF的Composite Guidance(Prism V2)发布了
分布式计算平台:Dryad
Ironclad
WCF安全指南
WPF/Silverlight中的Command
Silverlight 2 控件 SDK 源代码
Mono 2.2 发布了
原文地址:https://www.cnblogs.com/Kid-Zhou/p/9088801.html
最新文章
Office 2007重新输入序列号激活
终于解决FireFox不能复制/粘贴的问题
让Windows Server 2008 + IIS 7+ ASP.NET 支持10万并发请求
[好歌收藏]The Saltwater Room
[收藏]真正的创业者什么样
IIS 7的一个不方便之处
当WCF遭遇An existing connection was forcibly closed by the remote host
Execution permission cannot be acquired
从当当网买了几本书
林俊杰 第几个100天
热门文章
The serverRuntime@appConcurrentRequestLimit setting is being exceeded
《Google将带来什么》读书笔记
[收藏]乔布斯的管理之道 首先学会说“不”
[温故知新]吴军:浪潮之巅
IE 8 css hack
《免费商业的未来》读书笔记
Unable to modify the parent container element before the child element is closed
TinyMCE使用笔记
[收藏]最有指导意义的创业建议
Windows界面开发测试框架White
Copyright © 2011-2022 走看看