StefanieZhao7 commented on code in PR #457:
URL: https://github.com/apache/iotdb-docs/pull/457#discussion_r1875860757


##########
src/.vuepress/sidebar/V1.3.3/zh.ts:
##########


Review Comment:
   timechod的sidebar也需要改



##########
src/zh/UserGuide/Master/Tree/User-Manual/Maintennance.md:
##########
@@ -327,6 +327,82 @@ select count(s1) as total from root.db.d1 where s1 like 
'%XXXXXXXX%'
 
 最终优化方案为:增加时间过滤条件,避免全表扫描
 
+## region 迁移
+
+region 迁移功能具有一定操作成本,建议完整阅读本节后再使用 region 迁移功能。如对方案设计有疑问请联系 IoTDB 团队寻求技术支持。
+
+### 功能介绍
+
+IoTDB 是一个分布式数据库,数据的均衡分布对集群的磁盘空间、写入压力的负载均衡有着重要作用,region 是数据在 IoTDB 
集群中进行分布式存储的基本单元(具体概念可见https://iotdb.apache.org/zh/UserGuide/latest/Background-knowledge/Cluster-Concept.html#region)。

Review Comment:
   这里用相对路径,否则企业版会链接到开源版页面



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to