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
  • 번호 제목 글쓴이 날짜 조회 수
    75 오라클 cold 백업 스크립트(특정데이터파일만 추출) NT용 file 조인상 2010.05.12 9225
    74 INCREMENTAL, CUMULATIVE, COMPLETE EXPORT & IMPORT 조인상 2010.05.12 7154
    73 Linux 32bit ( EntePrise AS 3.0) - 오라클 9.2.0.4 설치 조인상 2010.05.12 7337
    72 오라클 홈디렉토리 변경 ( /oracle_backup => /oracle ) 조인상 2010.05.12 11927
    71 AIX 64bit - oracle 10.2.0.1 설치 file 조인상 2010.05.12 12752
    70 오라클 삭제하는 방법 조인상 2010.05.12 14115
    69 오라클 hotbackup 스크립트 조인상 2010.05.12 9591
    68 오라클 인덱스 분리해서 임포트 하는 방법 조인상 2010.05.12 6648
    67 Oracle Library Cache and Dictionary Cache 조인상 2010.05.12 8856
    66 오라클 온라인백업스크립트 구성 예 조인상 2010.05.12 7448
    65 제약조건 이름은 아는데 테이블을 모를경우 찾는 스크립트 조인상 2010.05.12 8448
    64 AIO 문제때문에 오라클 실행안될때 조인상 2010.05.12 9674
    63 NT기반 오라클환경에서 OS 다시 깔았을때 복구방법 조인상 2010.05.12 9150
    62 v$datafile 의 status 에 recover로 표시되는 경우 조인상 2010.05.12 9952
    61 캐릭터셋 확인하는 쿼리 조인상 2010.05.12 8128
    60 OS의 파일사이즈가 2GB로 제한될때 split으로 나누기 조인상 2010.05.12 6206
    59 레드햇리눅스9에 오라클9i설치중 hang 조인상 2010.05.12 8800
    58 Redhat Linux 8.0 에 Oracle 9i install 조인상 2010.05.12 7624
    57 [설치장애기] 64비트 windows 2003에 오라클 10.2.0.1 32비트 설치시 ORA-12564에러 조인상 2010.05.12 16549
    56 [장애처리] 메모리 풀로 인한 OS hang-up 조인상 2010.05.12 9780
    서버에 요청 중입니다. 잠시만 기다려 주십시오...