Thanks Ellis, so the common scenario is to store data in one CF and any index (inverted?) in another CF?
2010/4/30 Jonathan Ellis <jbel...@gmail.com> > the correct data model is one where you can pull the data you want out > as a slice of a row, or (sometimes) as a slice of sequential rows. > usually this involves writing the same data to multiple columnfamilies > at insertion time, so when you do queries you don't need to do joins. > >