BUFFER HIT RATIO NOTES

2010.06.15 20:37

조인상 조회 수:9948

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