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 > bufferpool hit ratio decreased

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-11-10, 23:03
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
bufferpool hit ratio decreased

Let's say the bufferpool hit ratio went down for index and/or data tablespaces.


Additional info:

- OLTP environment
- No configuration changes (ie. no change to tablespaces/bufferpools assignment, bp size, config parameters...)
- STMM is OFF
- No SQL / workload change
- Database has been active for some time
- No snapshot info is available before / after bp hit ratio change


What I think happened is db2 started fetching more data due to data change / runstats execution (should invalidate cached access plan) / access plan change. So, it started doing more async vs sync I/O / rows read vs. rows selected.


Does this sound right? Can you think of anything else?

Last edited by db2girl; 11-11-10 at 23:07.
Reply With Quote
  #2 (permalink)  
Old 11-12-10, 03:02
nvk@vhv nvk@vhv is offline
Registered User
 
Join Date: Jan 2010
Posts: 294
Hi Bella,

if you really can exclude the SQL / workload changes, then the most likely reason is a access plan change. This could be due to data growth or index fragmentation.
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