On Tue, Jun 24, 2014 at 11:49 PM, Tuukka Mustonen <tuukka.musto...@gmail.com > wrote:
> Unfortunately, I need to query per list items. That's why I'm running > Cassandra 2.1rc1 (offers secondary indexes for collections). > As a general statement, if you have to use a just added feature in a pre-release version of the Datastore to model your problem, you may be Doing It Wrong. > As I understood it, also Cassandra supports dynamic schemas, but only > through Thrift protocol. Also, I don't think it changes the fact that > collections need to be strongly-typed in Cassandra, no matter what protocol > is used? > There is an E-A-V scheme within CQL which, if you squint your eyes and click your heels three times, looks like what ppl think of when they think of "dynamic schema." =Rob