Retrieve every key of a column family in Cassandra

Posted by Matroska on Stack Overflow See other posts from Stack Overflow or by Matroska
Published on 2010-06-05T16:07:24Z Indexed on 2010/06/05 16:12 UTC
Read the original article Hit count: 218

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about query

Related posts about nosql