Maintaining top N key-values pairs in Cassandra's table
Author: user1868607
Originally Sourced from: https://stackoverflow.com/questions/79897434/maintaining-top-n-key-values-pairs-in-cassandras-table
I want to maintain a Cassandra table of key-value pairs (k,c).
The table should store only the pairs with the top N values of the c integer field.
Is there a way to do this in Cassandra?