I wanted to measure if my indexes are really being used or not , basically i would like to drop my secondary index if they are not being used.
Is there a way i can see the read count of index column family which Cassandra internally creates for each index.
We can do it using jmx beans in Cassandra.
org.apache.cassandra.db.IndexedColumnFamilies