BUFFER HIT RATIO NOTES

2010.06.15 20:37

조인상 조회 수:9938

원문 : http://www.ischo.net -- 조인상 // 시스템 엔지니어

Writer : http://www.ischo.net -- ischo // System Engineer in Replubic Of Korea

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

BUFFER HIT RATIO NOTES:
  • Consistent Gets - The number of accesses made to the block buffer to retrieve data in a consistent mode.
  • DB Blk Gets - The number of blocks accessed via single block gets (i.e. not through the consistent get mechanism).
  • Physical Reads - The cumulative number of blocks read from disk.

  • Logical reads are the sum of consistent gets and db block gets.
  • The db block gets statistic value is incremented when a block is read for update and when segment header blocks are accessed.
  • The buffer hit ratio (also known as read hit ratio) is one indicator that identifies whether to add more database block buffers. This buffer hit ratio identifies the difference between the number of reads from disk versus memory (found in the database block buffers).If your system is highly interactive, then a good rule of thumb is to ensure the buffer hit ratio is greater than 95 percent. If your system is highly batch reporting, then a good rule of thumb is to ensure the buffer hit ratio is greater than 85 percent. Keep in mind it is much faster to find data in memory than going to disk, therefore, if there is memory to increase the database block buffers without hurting system resources, then more memory should be added to this area to increase these percentages.
  • Hit Ratio should be > 85%, else increase DB_BLOCK_BUFFERS in init.ora
  • 번호 제목 글쓴이 날짜 조회 수
    95 Master Note for Diagnosing ORA-4030 (Oracle Metalink) 조인상 2011.10.31 12664
    94 성능분석을 위한 v$sysstat, v$sesstat, v$system_event 조회 조인상 2011.09.27 50449
    93 Oracle 7.3.4 for Windows file 조인상 2011.08.31 11885
    92 10G: ORA-6512 AT SYS.OLAPIHISTORYRETENTION [ID 266728.1] 조인상 2011.06.23 12351
    91 Unix/Linux 에서 exp 동시에 gzip 으로 압축하기 조인상 2011.06.10 10198
    90 오라클 11g - ADR/ADRCI : 새로운 alertlog 위치 조인상 2011.05.17 29714
    89 오라클 10g 이상의 SGA영역 자동화(sga_target 파라미터) 조인상 2011.04.05 18429
    88 HP-UX 에 오라클 설치 조인상 2011.02.18 15743
    87 ORA-12705: Cannot access NLS data files or invalid environment specified 조인상 2011.01.01 16478
    86 롤백세그먼트 부족에 대한 관리법 (ORA-01555) 조인상 2010.10.13 12453
    85 imp 시의 속도향상을 위한 팁 조인상 2010.10.13 14032
    84 오라클 패치후 각 컴퍼넌트들 버전 확인 쿼리 조인상 2010.10.05 46331
    83 오라클 exp 유틸리티를 이용한 백업 조인상 2010.09.15 16900
    82 time-based recovery 조인상 2010.08.24 7417
    81 오라클 캐릭터셋 변경 조인상 2010.07.30 13488
    80 windows용 오라클 온라인 백업 스크립트 file 조인상 2010.07.01 20140
    79 오라클 8.1.7 for windows [5] file 조인상 2010.07.01 9351
    78 ORA-01089 : 오라클 프로세스를 kill 한 후 로그인 못 할때 조인상 2010.06.20 19424
    » BUFFER HIT RATIO NOTES 조인상 2010.06.15 9938
    76 ORA-01632 조인상 2010.05.13 8437
    서버에 요청 중입니다. 잠시만 기다려 주십시오...