Murmur3 Hash Algorithm Used in Cassandra -
i'm trying reproduce murmur3 hashing in cassandra. know how @ actual hash values used in row keys? need key - hash value pairs data check implementation of hashing correct.
alex
ask cassandra! insert data in table. afterwards, can use token function in select query used token values. example:
select token(id), id mytable; a composite partition key serialized n-times byte array (that prepended short indicating length) containing serialized value of key element , closing 0. it's unclear me these closing zeros for. has supercolumns...
Comments
Post a Comment