Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我写入 Cassandra 时,它会带上我的行键,计算令牌,然后将其放到负责特定令牌范围的节点。Cassandra 使用什么算法来计算代币?
在 Cassandra 1.2 中,默认值为 Murmur(版本 3)哈希。在早期版本中,Cassandra 使用 MD5。