You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/12/03 03:25:04 UTC

[iotdb] 01/01: fix cluster doc

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch fix_doc
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 4211c78cb7f3a9a9c0ebbced0a0da2ca45b3c386
Author: qiaojialin <64...@qq.com>
AuthorDate: Sat Dec 3 11:24:51 2022 +0800

    fix cluster doc
---
 docs/UserGuide/Cluster/Cluster-Setup.md                | 1 -
 docs/UserGuide/Cluster/Deployment-Recommendation.md    | 4 ++--
 docs/zh/UserGuide/Cluster/Cluster-Setup.md             | 1 -
 docs/zh/UserGuide/Cluster/Deployment-Recommendation.md | 4 ++--
 4 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/docs/UserGuide/Cluster/Cluster-Setup.md b/docs/UserGuide/Cluster/Cluster-Setup.md
index eee14a281f..0e741b639c 100644
--- a/docs/UserGuide/Cluster/Cluster-Setup.md
+++ b/docs/UserGuide/Cluster/Cluster-Setup.md
@@ -65,7 +65,6 @@ Then you will get the binary distribution under **distribution/target**, in whic
 |-------------------------|--------------------------------------------------------------------------------------------|
 | conf                    | Configuration files folder, contains configuration files of ConfigNode and DataNode        |
 | data                    | Data files folder, contains data files of ConfigNode and DataNode                          |       |
-| grafana-metrics-example | Grafana metric page module                                                                 |
 | lib                     | Jar files folder                                                                           |
 | licenses                | Licenses files folder                                                                      |
 | logs                    | Logs files folder, contains logs files of ConfigNode and DataNode                          |
diff --git a/docs/UserGuide/Cluster/Deployment-Recommendation.md b/docs/UserGuide/Cluster/Deployment-Recommendation.md
index 063dfab024..fd21477a92 100644
--- a/docs/UserGuide/Cluster/Deployment-Recommendation.md
+++ b/docs/UserGuide/Cluster/Deployment-Recommendation.md
@@ -38,8 +38,8 @@ Abbreviation
 |                  mode                   | Performance    | Extensibility | HA     | Consistency |
 |:---------------------------------------:|:---------------|:--------------|:-------|:------------|
 |       Lightweight standalone mode       | Extremely High | None          | None   | High        |
-|        Scalable standalone mode         | High           | High          | Medium | High        |
-| High performance cluster mode (default) | High           | High          | High   | Medium      |
+|   Scalable standalone mode (default)    | High           | High          | Medium | High        |
+|      High performance cluster mode      | High           | High          | High   | Medium      |
 |     Strong consistency cluster mode     | Medium         | High          | High   | High        | 
 
 
diff --git a/docs/zh/UserGuide/Cluster/Cluster-Setup.md b/docs/zh/UserGuide/Cluster/Cluster-Setup.md
index b70c9af982..461c28cd77 100644
--- a/docs/zh/UserGuide/Cluster/Cluster-Setup.md
+++ b/docs/zh/UserGuide/Cluster/Cluster-Setup.md
@@ -65,7 +65,6 @@ mvn clean package -pl distribution -am -DskipTests
 |-------------------------|------------------------------------------------------|
 | conf                    | 配置文件目录,包含 ConfigNode 和 DataNode 的配置文件                |
 | data                    | 数据文件目录,包含 ConfigNode 和 DataNode 的数据文件                |
-| grafana-metrics-example | Grafana 监控界面模板                                       |
 | lib                     | 库文件目录                                                |
 | licenses                | 证书文件目录                                               |
 | logs                    | 日志文件目录,包含 ConfigNode 和 DataNode 的日志文件                |
diff --git a/docs/zh/UserGuide/Cluster/Deployment-Recommendation.md b/docs/zh/UserGuide/Cluster/Deployment-Recommendation.md
index a64f348a86..e2523e48f6 100644
--- a/docs/zh/UserGuide/Cluster/Deployment-Recommendation.md
+++ b/docs/zh/UserGuide/Cluster/Deployment-Recommendation.md
@@ -38,8 +38,8 @@
 |      模式      | 性能  | 扩展性 | 高可用 | 一致性 |
 |:------------:|:----|:----|:----|:----|
 |    轻量单机模式    | 最高  | 无   | 无   | 高   |
-|   可扩展单节点模式   | 高   | 高   | 中   | 高   |
-| 高性能分布式模式(默认) | 高   | 高   | 高   | 中   |
+|   可扩展单节点模式 (默认)  | 高   | 高   | 中   | 高   |
+| 高性能分布式模式     | 高   | 高   | 高   | 中   |
 |   强一致分布式模式   | 中   | 高   | 高   | 高   |