Hi All,

I want to calculate Full Table Scan Percentage/Ratio, so i had searched and
found the below formula for it. Will that give the correct value ... Any
other way to calculate the same ?

*1-  (handler_read_rnd_next + handler_read_rnd) /
(handler_read_rnd_next + handler_read_rnd + handler_read_first +
handler_read_next + handler_read_key + handler_read_prev )

*

Thanks & Regards
Sudhir Menon

Reply via email to