April 2017
Beginner to intermediate
360 pages
9h 35m
English
So, we know that each Cassandra node is assigned a certain token range and is responsible for a subset of all the data. The component that is responsible for generating the partition key hash is called the partitioner. So, a partitioner is nothing but a hash function, which is used to calculate the hash for a given partition key and determines which node the data should reside on. Cassandra comes with three partitioners:
Read now
Unlock full access