You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Mark Jones <MJ...@imagehawk.com> on 2010/04/22 18:40:31 UTC

Implementing Tags

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?