Redo Log Buffer的意思|示意

美 / / 英 / /

重做日志缓冲区


Redo Log Buffer的网络常见释义

重做日志缓冲区 Redo log buffer(重做日志缓冲区):用于缓存数据库的修改日志,这些日志被称为重做项,主要用于数据库的恢复,其大小由LOG_BUFFER参数决定,该缓存区是一个循环缓...

重做日志缓冲 重做日志缓冲(Redo Log Buffer):保存数据库修改信息的缓存。LGWR负责将redo log buffer中数据写入到redo log file中。

日志缓冲区 日志缓冲区(Redo Log Buffer): 用于存放日志条目,日志条目就是记录对数据的改变。当这块区域用光时,后台进程LGWR把日志条目写到磁盘上的联机日志文件中。

重做日志缓存 重做日志缓存(Redo log buffer): 重 做缓存是需要写到联机重做日志中的数据在写到磁盘之前临时高速缓存的地方。

Redo Log Buffer相关短语

1、 the redo log buffer 重演日志缓存 ; 重演日志缓冲 ; 重做日志缓冲

2、 Redo log buffer cache 重做日志缓冲区 ; 日志缓冲区 ; 重做日志缓存区

3、 Redo Log Buffer Performance Tuning 重写日志缓冲的调优

Redo Log Buffer相关例句

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进程会把所有在重做日志缓冲中的重做日志事项写入重做文件,即使是一些重做记录可能还没有提交。

Log Writer (LGWr) - Writes entries from log buffer to redo the log files.

日志读写器(LGWr)——从日志缓冲区写入项目,以便重做日志文件。