Skip to content

Commit 28f00c2

Browse files
committed
一致Hash算法
1 parent 693ebe8 commit 28f00c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MD/Consistent-Hash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
这样可以满足数据的均匀分配,但是这个算法的容错性和扩展性都较差。
1313

14-
比如增加或删除了一个节点时,所有的 Key 都需要重新计算,显然这样对成本较高,为此需要一个算法满足分布均匀同时也要有良好的容错性和拓展性。
14+
比如增加或删除了一个节点时,所有的 Key 都需要重新计算,显然这样成本较高,为此需要一个算法满足分布均匀同时也要有良好的容错性和拓展性。
1515

1616
## 一致 Hash 算法
1717

0 commit comments

Comments
 (0)