Hi,
How can I get the total number of records in column family/table under a given keyspace?
I tried this in cql
SELECT count(*) FROM abc_dimension;
but the value is not correct.
[Nodetool -h localhost cfstats] did not help me neither. Any better ideas?
Thanks
Nish
