Re: Reading Data from C* Cluster

2018-05-25 Thread Alain RODRIGUEZ
Hello, Where I can have configurable codes in partition key as cassandra supports. > I am sorry I don't understand this. 1) How much data I can put in one partition ? > Well, Cassandra supports huge partitions. In practice, the value of 100 MB per partition is often shared. I consider it's a

Reading Data from C* Cluster

2018-05-24 Thread raman gugnani
HI I want to read data from C* Cluster. Schema is CREATE TABLE code( campaign_id_sub_partition text code text, PRIMARY KEY ((campaign_id_sub_partition),code)) ); Where I can have configurable codes in partition key as cassandra supports. campaign_id_sub_partition is appx 10 characters code