Cassandra token encoding algorithm -


when make write cassandra, brings row key, calculates token , puts node 1 responsible token range. algoritm cassandra uses calculate token?

in cassandra 1.2, default murmur (version 3) hash. in earlier versions, cassandra used md5.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

javascript - Clean way to programmatically use CSS transitions from JS? -

android - send complex objects as post php java -