Basic QA : Cassandra +Solr

2015-09-05 Thread Samya Maiti
Hi Team, Please provide your I/P. Is the data shored in Cassandra & Solr(documents) separately? If so how much extra space is required in disk? If I want to run adhoc queries on any column of a table in cassandra, should I plan to index all the fields in solr or take some other approach? Is cre

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