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
  • 번호 제목 글쓴이 날짜 조회 수
    55 .net 과 오라클 연동에 대하여 조인상 2010.05.12 10334
    54 오라클 10g OCP 라이센스 업그레이드 정보 조인상 2010.05.12 7519
    53 Unix 에서 Raw Device 사용법 조인상 2010.05.12 14112
    52 Red Hat Enterprise Linux AS release 3 (Taroon) 기반에서 오라클 9.2.0 설치하기 조인상 2010.05.12 8081
    51 오라클에 접속하는 최대 인스턴스개수(세션개수)를 늘리는 방법 조인상 2010.05.12 24653
    50 OPN 가입시의 장점 file 조인상 2010.05.12 6721
    49 exp실행시 에러. ORA-06512 SYS.DBMS_METADATA_INT 조인상 2010.05.12 32656
    48 exp error - ORA-19206: Invalid value for query or REF CURSOR parameter 조인상 2010.05.12 156631
    47 [9i feature] DB_CACHE_ADVICE / V$DB_CACHE_ADVICE 에 대해서 조인상 2010.05.12 8085
    46 오라클 온라인백업 스크립트 (ksh 용) [1] file 조인상 2010.05.12 100773
    45 골든 5.7 버전 데모 file 조인상 2010.05.12 7864
    44 오라클 복구 시나리오 조인상 2010.05.12 16666
    43 히든 파라미터 확인하는 쿼리 조인상 2010.05.12 62448
    42 centOS 5.2 에 오라클 10g 설치 조인상 2010.05.12 109931
    41 10g ORA-32004 : obsolete and/or deprecated parameter(s) specified 조인상 2010.05.12 10750
    40 ORA-01632 조인상 2010.05.13 8437
    » BUFFER HIT RATIO NOTES 조인상 2010.06.15 9938
    38 ORA-01089 : 오라클 프로세스를 kill 한 후 로그인 못 할때 조인상 2010.06.20 19428
    37 오라클 8.1.7 for windows [5] file 조인상 2010.07.01 9351
    36 windows용 오라클 온라인 백업 스크립트 file 조인상 2010.07.01 20143
    서버에 요청 중입니다. 잠시만 기다려 주십시오...