Re: Multiple inequality filters

2011-02-11 Thread Stu Hood
_But_, vote for https://issues.apache.org/jira/browse/CASSANDRA-1472 if you'd like to be able to perform this type of query easily*. Binned bitmap indexes can perform compound range queries extremely quickly. * Assuming that your data isn't extremely volatile, in which case those indexes are not t

Re: Multiple inequality filters

2011-02-10 Thread Aaron Morton
Secondary indexes in Cassandra have similar restrictions http://www.datastax.com/docs/0.7/data_model/secondary_indexes Aaron On 11/02/2011, at 1:42 AM, Chema Molins wrote: > Hi, > > I have stumbled upon the limitation of Google AppEngine of not supporting > inequality filters on more than on

Multiple inequality filters

2011-02-10 Thread Chema Molins
Hi, I have stumbled upon the limitation of Google AppEngine of not supporting inequality filters on more than one column. ( being able to filter values with <= and >= ). Does Cassandra support them? Or this is a general "NoSql" limitation. Thanks a lot Chema