Cassandra has 2 components to its primary key - 1 that sets the partition (which includes which nodes get the data), and 1 that sets the clustering/sorting/ordering within that partition.
If you use a clustering key, scans become trivial within a given partition.
If you use a clustering key, scans become trivial within a given partition.