On Wed, Aug 20, 2014 at 1:44 PM, Tony Anecito <adanec...@yahoo.com> wrote:
> When will Cassandra 2.1 be released as GA? > > Will there be a datastax CQL driver available then? > > Will Cassandra 2.1 and Datastax CQL driver support nested selects? If not > for a combination key table and detailed table (Star Schema) what is the > fastest way to query without using heavy de-normalization? > The form of your questions suggests you are planning to use a not-ready-for production version of Cassandra inappropriately. Probably don't do that. https://engineering.eventbrite.com/what-version-of-cassandra-should-i-run/ In general the answer to complex query questions in Cassandra is "heavy de-normalization", if you have a problem that you need to solve without "heavy de-normalization" then perhaps Cassandra is not for you. =Rob