unsubscribe

2014-06-26 Thread Raj Janakarajan
On Mon, Jun 23, 2014 at 6:54 AM, Alain RODRIGUEZ wrote: > Anyone has any clue of what is happening in our cluster with the given > information? > > What other informations could help you to help me :-D ? > > > > > 2014-06-18 21:07 GMT+02:00 Robert Coli : > >> On Wed, Jun 18, 2014 at 5:36 AM, Alai

unsubscribe

2014-06-04 Thread Raj Janakarajan
-- Data Architect ❘ Zephyr Health 589 Howard St. ❘ San Francisco, CA 94105 m: +1 9176477433 ❘ f: +1 415 520-9288 o: +1 415 529-7649 | s: raj.janakarajan http://www.zephyrhealth.com

Re: Filtering on Collections

2014-05-19 Thread Raj Janakarajan
imary key. > Secondary indexes are not supported as well. > > > On Mon, May 19, 2014 at 12:50 PM, Raj Janakarajan > wrote: > >> Hello all, >> >> I am using Cassandra version 2.0.7. I am wondering if "collections" is >> efficient for filtering.

Re: Filtering on Collections

2014-05-19 Thread Raj Janakarajan
nnot be used for filtering (as part of the where >> statement). >> They cannot be used as a primary key or part of a primary key. >> Secondary indexes are not supported as well. >> >> >> On Mon, May 19, 2014 at 12:50 PM, Raj Janakarajan < >> r...@zephyrhealthinc

Filtering on Collections

2014-05-19 Thread Raj Janakarajan
Hello all, I am using Cassandra version 2.0.7. I am wondering if "collections" is efficient for filtering. We are thinking of using "collections" to maintain a list for a customer row but we have to be able to filter on the collection values. Select UUID from customer where eligibility_state IN