Hi,

My schema has a row that has thousands of Super Columns. The size of each
super column is around 500B (20 columns). I need to query 1 SuperColumn
based on value of one of its column. Something like

SELECT SuperColumn FROM Row WHERE SuperColumn.column="value"

Questions:
1. Is this possible with current Cassandra APIs? If yes, could you please
show with a sample.
2. How would such a query perform if the number of SuperColumns is high (>
10K)?

Cassandra version 0.7.

Thanks,
Naren

Reply via email to