0 votes
in Cassandra by
recategorized by
What is the best method to store row data in a sorted order ?

use a clustering key

minimize the number of partions.

partition

use a primary key

1 Answer

0 votes
by
use a clustering key
...