InterviewSolution
Saved Bookmarks
| 1. |
What Is Hit Ratio ? |
|
Answer» It is a MEASURE of WELL the data cache buffer is handling requests for data. Hit RATIO = (Logical Reads - Physical Reads - Hits MISSES) / Logical Reads. It is a measure of well the data cache buffer is handling requests for data. Hit Ratio = (Logical Reads - Physical Reads - Hits Misses) / Logical Reads. |
|