Retrieve every key of a column family in Cassandra
- by Matroska
Hi all,
I have found no way to translate a simple select like SELECT * FROM USER into Cassandra. Is it possible to simply retrieve all the keys in a ColumnFamily? The only one I have found is a select with a key range (get_range_slices). Is there a way to not define the key range?
Thanks
Tobia Loschiavo