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 AIO on HP-UX filesystem 조인상 2011.11.01 13238
    74 Diagnosing and Resolving ORA-4030 errors (Oracle Metalink) 조인상 2011.10.31 13218
    73 온라인 백업/리스토어 (imp/exp) 조인상 2010.05.09 12799
    72 아카이브 모드로 변환하기 조인상 2010.05.12 12798
    71 AIX 64bit - oracle 10.2.0.1 설치 file 조인상 2010.05.12 12752
    70 Master Note for Diagnosing ORA-4030 (Oracle Metalink) 조인상 2011.10.31 12679
    69 롤백세그먼트 부족에 대한 관리법 (ORA-01555) 조인상 2010.10.13 12471
    68 10G: ORA-6512 AT SYS.OLAPIHISTORYRETENTION [ID 266728.1] 조인상 2011.06.23 12380
    67 오라클 홈디렉토리 변경 ( /oracle_backup => /oracle ) 조인상 2010.05.12 11927
    66 Oracle 7.3.4 for Windows file 조인상 2011.08.31 11894
    65 control file 재생성하기 조인상 2010.05.12 11683
    64 오라클 startup & shutdown 쉘 스크립트 짜는 법 조인상 2010.05.12 11630
    63 오라클 유저 생성 및 변경/삭제 조인상 2010.05.12 11420
    62 ORA-28002 : the password will expired within N days 조인상 2014.01.09 11291
    61 오라클 패치 후 export가 안된다! [1] 조인상 2010.05.12 10862
    60 아카이브 로그 강제로 생성하는 명령어 조인상 2010.05.12 10842
    59 10g ORA-32004 : obsolete and/or deprecated parameter(s) specified 조인상 2010.05.12 10764
    58 64비트 Solaris에 오라클 9.2.0 설치 하기 조인상 2010.05.12 10540
    57 오라클 버전업 후 exp할때 ORA-00904에러 조인상 2010.05.12 10454
    56 .net 과 오라클 연동에 대하여 조인상 2010.05.12 10342
    서버에 요청 중입니다. 잠시만 기다려 주십시오...