Partitioner, which is a hash function to calculate the TOKEN() of row key.
From cassandra 1.2, defaut partitioner is Murmur3Partitioner, of which the range of hash vlaues is -263 to 263-1 (64-bit)。
本文共 251 字,大约阅读时间需要 1 分钟。
Partitioner, which is a hash function to calculate the TOKEN() of row key.
From cassandra 1.2, defaut partitioner is Murmur3Partitioner, of which the range of hash vlaues is -263 to 263-1 (64-bit)。
转载于:https://www.cnblogs.com/lukangping/p/6124614.html