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:34:05 UTC

[iotdb] branch fix_doc_master created (now 9cd80ae622)

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

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


      at 9cd80ae622 fix cluster doc

This branch includes the following new commits:

     new 9cd80ae622 fix cluster doc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: fix cluster doc

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9cd80ae6223b29c33825772fd0ac6f85e0252abf
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 @@
 |      模式      | 性能  | 扩展性 | 高可用 | 一致性 |
 |:------------:|:----|:----|:----|:----|
 |    轻量单机模式    | 最高  | 无   | 无   | 高   |
-|   可扩展单节点模式   | 高   | 高   | 中   | 高   |
-| 高性能分布式模式(默认) | 高   | 高   | 高   | 中   |
+|   可扩展单节点模式 (默认)  | 高   | 高   | 中   | 高   |
+| 高性能分布式模式     | 高   | 高   | 高   | 中   |
 |   强一致分布式模式   | 中   | 高   | 高   | 高   |