On Wed, Mar 17, 2010 at 11:13 AM, Toby DiPasquale <t...@cbcg.net> wrote: > > Couldn't you just use a supercolumn whose keys were the score and the > subcolumns were username:true? Basically using the subcolumns as a > list? >
Sure, but that complicates getting the top N scores. You'd have to use the OrderedPartioner, so it's a bit less flexible. Also, any time a score changed you'd have to find the old one and remove them. -Brandon