I was wondering if there are plans for (or any interest in) an IN operator for CQL/Secondary Indexes?

I have a use case to pull back N keys on an index and rather than perform N selects would like to do this

SELECT ... WHERE KEY = keyname AND colname IN [val1,,..]

Bill


Reply via email to