I know it is not possible to sort columns in a row by counter values so what are the other strategies to maintain a sorted list (of counters) in cassandra? Could you propose some schema that might be helpful to achieve this ?
Or do I need to retrieve thousands of columns each time and do the sorting at application level ?