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 오라클 튜닝 - 옵티마이저 조인상 2010.05.12 7332
    94 9i 에서의 언두세그먼트 관리 조인상 2010.05.12 7342
    93 캐릭터셋 변경방법 조인상 2010.05.12 7356
    92 time-based recovery 조인상 2010.08.24 7417
    91 오라클 온라인백업스크립트 구성 예 조인상 2010.05.12 7442
    90 [oerr] ORA-19206: Invalid value for query or REF CURSOR parameter 조인상 2010.05.12 7479
    89 오라클 10g OCP 라이센스 업그레이드 정보 조인상 2010.05.12 7519
    88 테이블스페이스 사용현황 확인하는 스크립트 조인상 2010.05.12 7568
    87 Redhat Linux 8.0 에 Oracle 9i install 조인상 2010.05.12 7616
    86 골든 5.7 버전 데모 file 조인상 2010.05.12 7864
    85 테이블의 특정 컬럼에 걸려있는 제약 조건의 확인 조인상 2010.05.12 7978
    84 Oracle Flashback 복구 조인상 2010.05.12 7985
    83 Red Hat Enterprise Linux AS release 3 (Taroon) 기반에서 오라클 9.2.0 설치하기 조인상 2010.05.12 8084
    82 [9i feature] DB_CACHE_ADVICE / V$DB_CACHE_ADVICE 에 대해서 조인상 2010.05.12 8091
    81 캐릭터셋 확인하는 쿼리 조인상 2010.05.12 8121
    80 처음 오라클 설치시 SGA 영역크기 정하는 규칙 조인상 2010.05.12 8351
    79 ORA-01632 조인상 2010.05.13 8437
    78 제약조건 이름은 아는데 테이블을 모를경우 찾는 스크립트 조인상 2010.05.12 8448
    77 레드햇리눅스9에 오라클9i설치중 hang 조인상 2010.05.12 8788
    76 Oracle Library Cache and Dictionary Cache 조인상 2010.05.12 8846
    서버에 요청 중입니다. 잠시만 기다려 주십시오...