Re: Data Model and Query

2013-04-05 Thread aaron morton
Whats the recommendation on querying a data model like StartDate “X” and counter “Y” . it's not possible. If you are using secondary indexes you have to have an equals clause in the statement. Cheers - Aaron Morton Freelance Cassandra Consultant New Zealand

Re: Data Model and Query

2013-04-05 Thread Hiller, Dean
@cassandra.apache.orgmailto:user@cassandra.apache.org Subject: Re: Data Model and Query Whats the recommendation on querying a data model like StartDate “X” and counter “Y” . it's not possible. If you are using secondary indexes you have to have an equals clause in the statement. Cheers - Aaron

Data Model and Query

2013-04-03 Thread shubham srivastava
Hi, Whats the recommendation on querying a data model like StartDate “X” and counter “Y” . Its kind of range queries across multiple columns and key. I have the flexibility for modelling the data for the above query accordingly. Regards, Shubham