December 10, 2003 at 1:19 pm
Hi there, I kind of confused with these two ratioes --"cache hit ratio" and "buffer cache hit ratio". I used the Performance Monitor to log the performance of my sql instance, I added these counters in the categories about sqlserver, from the buffer manager/buffer cache hit ratio, and cache manager/cache hit ratio.
then the cache hit ration I got is around 60, the other one, however, most time is above 98. I know the system looks okay. But I still wonder what's really the difference between these two ratioes, and what's the cache and buffer pool about? data cache? or batch queries?
I check the explanation for the counters, seems doesn't help to me.
Thanks!
December 10, 2003 at 3:07 pm
The SQLServer:Cache Manager counters, including Cache Hit Ratio are for cached objects, not data pages. The SQLServer:Buffer Manager|Buffer cache hit ratio counter is for cached data pages, as are most of the counters in that category. You should expect the SQLServer:Cache Manager|Cache Hit Ratio number to be lower than that for data pages, as query plans and other objects age out of memory or are automatically recompiled for performance reasons.
--Jonathan
--Jonathan
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy