> 데이터 베이스 > MySQL 튜토리얼 > Oracle体系结构及备份(八)sga-log_buffer

Oracle体系结构及备份(八)sga-log_buffer

WBOY
풀어 주다: 2016-06-07 15:08:59
원래의
1300명이 탐색했습니다.

一 什么是Log Buffer Log Buffer ,重做日志缓冲区,暂存数据库中所有数据块的改变。内存管理方法是 FIFO 。重做日志被用于提供数据恢复功能,暂存重做日志的目的是为了提高语句的执行速度。大小由参数 LOG_BUFFER 决定,但这个内存不能动态调整大

一 什么是Log Buffer

 

        Log Buffer,重做日志缓冲区,暂存数据库中所有数据块的改变。内存管理方法是FIFO。重做日志被用于提供数据恢复功能,暂存重做日志的目的是为了提高语句的执行速度。大小由参数LOG_BUFFER决定,但这个内存不能动态调整大小。

 

        log buffer space

        This event occurs when server processes are waiting for free space in the log buffer, because all the redo is generated faster than LGWR can write it out.

 

        Actions

 

        Modify the redo log buffer size. If the size of the log buffer is already reasonable, then ensure that the disks on which the online redo logs reside do not suffer from I/O contention. The log buffer space wait event could be indicative of either disk I/O contention on the disks where the redo logs reside, or of a too-small log buffer. Check the I/O profile of the disks containing the redo logs to investigate whether the I/O system is the bottleneck. If the I/O system is not a problem, then the redo log buffer could be too small. Increase the size of the redo log buffer until this event is no longer significant.

 

 

二 操作示例

--不能被sga_target自动管理,需要手动设置
--1M——2M,不能设置太大,也不需设置太大
SQL> show parameter log_buffer;

NAME				     TYPE	 VALUE
------------------------------------ ----------- ------------------------------
log_buffer			     integer	 2923520
SQL> SELECT 2923520/1024/1024 FROM dual;

2923520/1024/1024
-----------------
       2.78808594
로그인 후 복사


三 总结

 

        1.Log Buffer,重做日志缓冲区,暂存数据库中所有数据块的改变。

        2.可以通过参数log_buffer查询日志缓冲区的大小。

 



<span><span>我的邮箱</span></span><span>:</span>wgbno27@163.com <span> <span>新浪微博</span></span><span>:</span>@Wentasy27
  <span>微信公众平台</span>:JustOracle(微信号:justoracle)
  <span>IT交流群</span>:336882565(加群时验证 From CSDN XXX)
  <span>Oracle交流讨论组</span>:https://groups.google.com/d/forum/justoracle
  <span><strong>By Larry Wen</strong></span>
로그인 후 복사


Oracle体系结构及备份(八)sga-log_buffer Oracle体系结构及备份(八)sga-log_buffer Oracle体系结构及备份(八)sga-log_buffer
@Wentasy
관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿