I need to be able to perform search on secondary indexes using only <, >, <=, or >=. I understand that Cassandra requires at least one equality index clause because it iterates over all the results from that equality index.
Are there any tricks to perform operations using only <, >, <=, or >= (at least conceptually)? Is it a bad idea?
Also, does anybody know if there are any plans to change this in Cassandra?
Thanks!