From bfa6a85463c88b6a6f20d6ac1b6c0af73d32fbbc Mon Sep 17 00:00:00 2001 From: kwongtai Date: Sun, 1 Apr 2018 21:12:16 +0800 Subject: [PATCH] fix error --- notes/分布式基础.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/分布式基础.md b/notes/分布式基础.md index ada7a594..ba97c7ee 100644 --- a/notes/分布式基础.md +++ b/notes/分布式基础.md @@ -81,7 +81,7 @@ ### 4. 可扩展性 -指系统通过扩展集群服务器规模来提高性能的能力。理想的分布式系统需要实现“线性可扩展”,即随着集群规模的增加,系统的整体性能也会线程增加。 +指系统通过扩展集群服务器规模来提高性能的能力。理想的分布式系统需要实现“线性可扩展”,即随着集群规模的增加,系统的整体性能也会线性增加。 # 二、数据分布