Re: Querying on multiple columns

2015-09-07 Thread Ryan Svihla
That is the state of data modeling with 2.1 and it's worked quite well for a lot of people (especially for those using batches or streaming to maintain the different views of the same data). However, you should be interested in the upcoming Materialized Views in 3.0 http://www.datastax.com/dev/blo

Querying on multiple columns

2015-09-03 Thread Samya Maiti
Hi All, I have a use-case where in I want to execute query on my cassandra table with different where clauses. Two approaches know to me is :- Creating secondary index But to my understanding, query on secondary index will be slow. Creating multiple tables with same data but different primary ke