Need to querying into a column (or collection) in Cassandra
问题 everyone :D I'm working with Cassandra (Datastax version) and I have an issue. I want to modeling a column who (always) gonna change. That's very hard, because I can't just create a column family with 1,2,3,4..10 columns. Because, tomorrow probably can change. I think in collections, but I got to query into these. I mean, I need query into this information every second. Ex: With map: <'col1':'val1','col2':'val2'> I need to query like this: SELECT * FROM example WHERE 'col1' = 'val1' AND 'col2