Redo log buffer(重做日志缓冲区):用于缓存数据库的修改日志,这些日志被称为重做项,主要用于数据库的恢复,其大小由LOG_BUFFER参数决定,该缓存区是一个循环缓...
基于1107个网页-相关网页
重做日志缓冲(Redo Log Buffer):保存数据库修改信息的缓存。LGWR负责将redo log buffer中数据写入到redo log file中。
基于124个网页-相关网页
日志缓冲区(Redo Log Buffer): 用于存放日志条目,日志条目就是记录对数据的改变。当这块区域用光时,后台进程LGWR把日志条目写到磁盘上的联机日志文件中。
基于116个网页-相关网页
the redo log buffer 重演日志缓存 ; 重演日志缓冲 ; 重做日志缓冲
Redo log buffer cache 重做日志缓冲区 ; 日志缓冲区 ; 重做日志缓存区
Redo Log Buffer Performance Tuning 重写日志缓冲的调优
The redo log buffer is one-third full or contains 1 MB of buffered data.
在重做日志记录达到缓冲区的三分之一。
Unless the redo log buffer is particularly full, only one synchronous writes is required per transaction. if piggybacking occurs, there can be less than one synchronous write per transaction.
除非重做日志缓冲区特别满,否则每个事务处理只需要一个同步写入。
If the redo log buffer fills, or another transaction commits, LGWR flushes all of the redo log entries in the redo log buffer to a redo log file, even though some redo records may not be committed.
例如如果重做日志缓冲满了,或者有其它的事务提交了。LGWR进程会把所有在重做日志缓冲中的重做日志事项写入重做文件,即使是一些重做记录可能还没有提交。
应用推荐