You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/03/04 09:11:43 UTC

[iotdb] branch NewDoc updated: fix contents

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

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


The following commit(s) were added to refs/heads/NewDoc by this push:
     new 7ec1fbf  fix contents
7ec1fbf is described below

commit 7ec1fbf3fcbc0c23e5e592ea9e46a4363f244863
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Mar 4 17:11:11 2021 +0800

    fix contents
---
 docs/zh/UserGuide/Get Started/QuickStart.md | 6 ++++--
 docs/zh/UserGuide/Server/ServerFileList.md  | 6 ++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/zh/UserGuide/Get Started/QuickStart.md b/docs/zh/UserGuide/Get Started/QuickStart.md
index 730cb63..ac5569f 100644
--- a/docs/zh/UserGuide/Get Started/QuickStart.md	
+++ b/docs/zh/UserGuide/Get Started/QuickStart.md	
@@ -45,8 +45,10 @@ IoTDB支持多种安装途径。用户可以使用三种方式对IoTDB进行安
 
 ## 软件目录结构
 
- * sbin
- * conf
+* sbin 启动和停止脚本目录
+* conf 配置文件目录
+*  tools 系统工具目录
+*  lib 依赖包目录
 
 ## IoTDB试用
 
diff --git a/docs/zh/UserGuide/Server/ServerFileList.md b/docs/zh/UserGuide/Server/ServerFileList.md
index 1fac212..bafaec8 100644
--- a/docs/zh/UserGuide/Server/ServerFileList.md
+++ b/docs/zh/UserGuide/Server/ServerFileList.md
@@ -45,7 +45,7 @@
 > 在basedir/system/schema目录下
 
 #### 元数据
-1. mlog.txt
+1. mlog.bin
     + 记录的是元数据操作
 2. mtree-1.snapshot
     + 元数据快照
@@ -69,9 +69,7 @@
 > 在basedir/data/sequence or unsequence/{StorageGroupName}/{TimePartitionId}/目录下
 1. {time}-{version}-{mergeCnt}.tsfile
     + 数据文件
-2. {TsFileName}-{level}-{time}.vm
-    + 虚拟合并数据文件,用于优化查询,详细请看https://issues.apache.org/jira/browse/IOTDB-706
-3. {TsFileName}.tsfile.mod
+2. {TsFileName}.tsfile.mod
     + 更新文件,主要记录删除操作
 
 #### TsFileResource