Re: Multi-indexing data

2010-03-29 Thread Gary Dusbabek
It sounds like you might need a main storage CF and several CFs to serve as inverted indices to support querying. The inverted indices basically map the searchable attribute (as a key) to the row id (column name) of the main storage. Keep in mind that the searchable attribute may need to map to m

Multi-indexing data

2010-03-28 Thread Matthew Stump
Hi, I have a question about Cassandra's data model I was hoping you guys could help me with. Most of our queries are performed against a series of tables containing crypto keys and their associated meta data. A key could have any number of identifiable attributes that need to be searchable: ia