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 캐릭터셋 확인하는 쿼리 조인상 2010.05.12 8121
    54 v$datafile 의 status 에 recover로 표시되는 경우 조인상 2010.05.12 9946
    53 NT기반 오라클환경에서 OS 다시 깔았을때 복구방법 조인상 2010.05.12 9139
    52 AIO 문제때문에 오라클 실행안될때 조인상 2010.05.12 9667
    51 제약조건 이름은 아는데 테이블을 모를경우 찾는 스크립트 조인상 2010.05.12 8448
    50 오라클 온라인백업스크립트 구성 예 조인상 2010.05.12 7442
    49 Oracle Library Cache and Dictionary Cache 조인상 2010.05.12 8846
    48 오라클 인덱스 분리해서 임포트 하는 방법 조인상 2010.05.12 6643
    47 오라클 hotbackup 스크립트 조인상 2010.05.12 9583
    46 오라클 삭제하는 방법 조인상 2010.05.12 14087
    45 AIX 64bit - oracle 10.2.0.1 설치 file 조인상 2010.05.12 12745
    44 오라클 홈디렉토리 변경 ( /oracle_backup => /oracle ) 조인상 2010.05.12 11918
    43 Linux 32bit ( EntePrise AS 3.0) - 오라클 9.2.0.4 설치 조인상 2010.05.12 7326
    42 INCREMENTAL, CUMULATIVE, COMPLETE EXPORT & IMPORT 조인상 2010.05.12 7144
    41 오라클 cold 백업 스크립트(특정데이터파일만 추출) NT용 file 조인상 2010.05.12 9221
    40 TNS-12540: TNS:internal limit restriction exceeded 조인상 2010.05.12 9299
    39 테이블 컬럼의 데이터타입 변경 조인상 2010.05.12 14397
    38 테이블의 특정 컬럼에 걸려있는 제약 조건의 확인 조인상 2010.05.12 7978
    37 테이블 복구 사례 조인상 2010.05.12 6814
    36 Oracle Flashback 복구 조인상 2010.05.12 7985
    서버에 요청 중입니다. 잠시만 기다려 주십시오...