Time series modelling( with start & end date) in cassandra
问题 I am doing time series data modelling where I have a start date and end date of events. I need to query on that data model like the following: Select * from tablename where startdate>'2012-08-09' and enddate<'2012-09-09' I referred to the following link on cql where clause but I couldn't achieve this. Any way to do that? I can also change the data model or any cql tweaks. I am using Cassandra 2.1. 回答1: I had to solve a similar problem in one of my former positions. This is one way in which