If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > buffer pool hit ratio

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-13-07, 16:33
sampathm_78 sampathm_78 is offline
Registered User
 
Join Date: Mar 2007
Posts: 20
buffer pool hit ratio

DB2 V 8.2
OS: LInux/Windows

I take snap shot of bufferpool and find BP hitratio is high ...
How will i Imrove my buffrepool hit ratio there by improve Bufferpool performance.

regards,

Sampath
Reply With Quote
  #2 (permalink)  
Old 03-13-07, 16:59
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
What is you BP hit ratio? If it is above 90%, that is excellent. If not, you might try increasing the size of the BP.

Andy
Reply With Quote
  #3 (permalink)  
Old 03-13-07, 18:37
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
Quote:
Originally Posted by sampathm_78
DB2 V 8.2
OS: LInux/Windows

I take snap shot of bufferpool and find BP hitratio is high ...
How will i Imrove my buffrepool hit ratio there by improve Bufferpool performance.

regards,

Sampath
Hit ratio means the percent of time that a page is already in bufferpool memory when DB2 needs it. If it is not in bufferpool memory, then DB2 must read it from disk and put the page in memory before it can be used by the SQL statement.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On