Google News
logo
Cassandra - Interview Questions
How to iterate all rows in a Column Family?
Using get_range_slices. You can start iteration with an empty string, and after each iteration the last key read serves as the start key for the next iteration.
Advertisement