If you need the access count of indexes (hash indexes or join indexes), then you are referring to the correct view.
Access of primary index and secondary index can be different.
I guess that you are referring to the count of the columns accessed. That can be fetched using 'DBC.ColumnsVX' view
PS: If the count is not getting logged, make sure you have enabled dbscontrol flag ''ObjectUseCountCollectRate'
If you need the access count of indexes (hash indexes or join indexes), then you are referring to the correct view.
Access of primary index and secondary index can be different.
I guess that you are referring to the count of the columns accessed. That can be fetched using 'DBC.ColumnsVX' view
PS: If the count is not getting logged, make sure you have enabled dbscontrol flag ''ObjectUseCountCollectRate'