Primary Key, Partition Key, Clustering Key – Part 1

4 min to complete

A Partition Key is one or more columns responsible for data distribution across the nodes. It determines in which node to store a given row.
Partition Key is a must on every table.
The Clustering Key is responsible for sorting the rows within the partition. It can be zero or more columns.

 

 

Transcript
fa-angle-up