r@cassandra.apache.org>"
mailto: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 claus
> 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
@a
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