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.