Indeed. So simple it didn't even cross my mind :) Thank you!
On Thu, Jun 24, 2010 at 5:00 PM, wrote:
> About the most popular item, you could probably store the k most popular
> items in a ColumnFamily with appropriate columns, and every time someone
> casts a vote, check whether they need updat
About the most popular item, you could probably store the k most popular
items in a ColumnFamily with appropriate columns, and every time someone
casts a vote, check whether they need updating/replacement.
Alexander
> I'm currently trying to wrap my head around Cassandra which is definitely
> not