If I wanted to store tags in Cassandra, on a per user basis, what would be the 
best way to do that?

ColumnFamily:Tags
  Key:UserID
     SuperColumn: Tag names
         Columns: keys to records using this Tag

And in each of the items, have a comma separated list of its tags?


Or some other way?

Reply via email to