On Wed, Sep 19, 2012 at 3:32 PM, Brian O'Neill <b...@alumni.brown.edu> wrote: > That said, I'm keeping a close watch on: > https://issues.apache.org/jira/browse/CASSANDRA-3647 > > But if this is CQL only, I'm not sure how much use it will be for us > since we're coming in from different clients. > Anyone know how/if collections will be available from other clients?
It is CQL only. Internally collections are implemented using multiple columns but there is nothing specific in the storage engine for them, so a high level thrift client could do what CQL do. -- Sylvain