Re: Why no need to query all nodes on secondary index lookup?

2011-09-05 Thread Martin von Zweigbergk
Hi Magnus, I think the answer might be on https://issues.apache.org/jira/browse/CASSANDRA-749. For example, Jonathan writes: > Is it worth creating a secondary index that only contains local data, versus > a distributed secondary index (a normal ColumnFamily?) I think my initial reasoning was

Re: CQL: No indexed column error when < or <= in WHERE clause

2011-08-14 Thread Martin von Zweigbergk
Hi Jens, I have never used CQL myself and I have barely used Cassandra, but I think I've seen it mentioned before on this list that you need to use compare for equality on at least one column (as indicated by "No indexed columns present in by-columns clause with "equals" operator"). The lookup wil