this is how my data looks
“rowkey1”:{
            “supercol1”:{ “col1”:T,”col2”:C}
            “supercol2”:{“col1”:C,”col2”:T }
            “supercol3”:{ “col1”:C,”col2”:T} 
                }
"rowkey2”:{
           “supercol1”:{ “col1”:A,”col2”:A}
            “supercol2”:{“col1”:A,”col2”:T }                                    
                                                
            “supercol3”:{ “col1”:C,”col2”:T} 
             }

each row has 620901 super columns and 2 columns for each super column.
Name of the super columns remain same for all the rows but the data in each
super column is different.
I am trying to get the data of a particular super col which is spread across
all the rows but with different data.

So  yes,its getting data from all rows.
Please suggest me a better way to do so.
Thank you.

the output of my query will be (suppose if i do for supercol1)
rowkey1,T,C
rowkey2,A,A



--
View this message in context: 
http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Slow-Reads-tp6622680p6623091.html
Sent from the cassandra-u...@incubator.apache.org mailing list archive at 
Nabble.com.

Reply via email to