I want to store an ID and a date and I want to retrieve all entries from dateA up to dateB, what exactly do I need to be able to perform: select from my_column_family where date >= dateA and date < dateB;
@so: http://stackoverflow.com/q/8638646/226201