- 最后登录
- 2023-8-16
- 在线时间
- 1686 小时
- 威望
- 2135
- 金钱
- 50532
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 5207
- 精华
- 39
- 积分
- 2135
- UID
- 2
|
4#
发表于 2012-4-15 12:31:52
翻译问题
“Hypothetical scenario: the system crashes right now. Upon startup, Oracle would read the
redo logs, and find some redo log entries for our transaction. Given the state in which we
left the system, with the redo entries for the insert in the redo log files, and the redo for the
update still in the buffer, Oracle would ʹroll forwardʹ the insert.”
它的实际意思是:
oracle会读取 重做日志,并找出那些 事务相关的 重做日志记录。 如我们上一次 中断系统时瞬间的状态, 重做记录 包括 已在 redo log 文件中的 INSERT 操作, 和 未写到redo log 还在redo buffer中的 UPDATE操作, Oracle仅仅会 前滚 'roll forward' INSERT 操作。 |
|