Re: find smallest counter

2012-10-22 Thread aaron morton
> So the groups are a super column with CategoryId as key, GroupId as > superColumnName and then columns for the group members. If this is a new project please consider not using Super Columns. They have some limitations http://wiki.apache.org/cassandra/CassandraLimitations and are often slower

find smallest counter

2012-10-21 Thread Paul Loy
I have a set of categories. In these categories I want to add groups of users. If a user does not specify the group they want to join in a category, I want to add them to the least subscribed group. So the groups are a super column with CategoryId as key, GroupId as superColumnName and then column