Re: Cassandra data model too many table

2018-02-18 Thread Jeff Jirsa
You’re basically looking to query and aggregate the data arbitrarily - you may have better luck using spark or solr pointing to a single backing table in Cassandra -- Jeff Jirsa > On Feb 18, 2018, at 3:38 AM, onmstester onmstester > wrote: > > I have a single structured row as input wit

Re: Cassandra data model too many table

2018-02-18 Thread Rahul Singh
What’s the root cause of this many queries? Is this because of multi tenancy or multiple processes ? It’s possible to potentially logically group some of this data if you use collections / sets inside a column. That works if the data is of a similar structure of a similar query. It’s “semi-n