Avinash,
From MDA tables we collect data every minute into staging and summarize them into a hist table to reduce rowcount. Here is what I see in our database showing high reads for IndexID > 0 for Lock scheme Datarows table.
Thanks,
Sid.
select top 10 ObjectID, IndexID, LogicalReads,PhysicalReads,OptSelectCount,UsedCount,LastOptSelectDate,Operations
from monOpenObjectActivityHist
where ObjectName like '%blabla'
and UsedCount + OptSelectCount = 0
order by LogicalReads desc
ObjectID | IndexID | LogicalReads | PhysicalReads | OptSelectCount | UsedCount | LastOptSelectDate | Operations |
1493577328 | 2 | 18850810 | 0 | 0 | 0 | 10/5/2015 11:06:37 PM | 0 |
1493577328 | 2 | 17118564 | 0 | 0 | 0 | 10/7/2015 8:35:36 PM | 0 |
1493577328 | 2 | 16626426 | 0 | 0 | 0 | 10/9/2015 8:34:10 PM | 0 |
1493577328 | 2 | 16566919 | 0 | 0 | 0 | 10/6/2015 8:04:46 PM | 0 |
1493577328 | 2 | 15752793 | 0 | 0 | 0 | 10/8/2015 8:09:54 PM | 0 |
1493577328 | 4 | 13484146 | 9 | 0 | 0 | (null) | 0 |
1493577328 | 4 | 13292363 | 8 | 0 | 0 | (null) | 0 |
1493577328 | 4 | 12731022 | 8 | 0 | 0 | (null) | 0 |
1493577328 | 4 | 12719947 | 9 | 0 | 0 | (null) | 0 |
1493577328 | 4 | 12306932 | 12 | 0 | 0 | (null) | 0 |