This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new e7a8fe6 update tsfile format figure
e7a8fe6 is described below
commit e7a8fe64268bd58cd0d00e9f7c037e89c24f6c84
Author: qiaojialin <[email protected]>
AuthorDate: Fri Apr 3 14:22:00 2020 +0800
update tsfile format figure
---
docs/SystemDesign/1-TsFile/2-Format.md | 2 +-
docs/zh/SystemDesign/1-TsFile/2-Format.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/SystemDesign/1-TsFile/2-Format.md
b/docs/SystemDesign/1-TsFile/2-Format.md
index 6bb5977..2c00ec6 100644
--- a/docs/SystemDesign/1-TsFile/2-Format.md
+++ b/docs/SystemDesign/1-TsFile/2-Format.md
@@ -66,7 +66,7 @@
Here is a graph about the TsFile structure.
-
+
This TsFile contains two devices: d1, d2. Each device contains three
measurements: s1, s2, s3. 6 timeseries in total, d1 is blue, d2 is purple. Each
timeseries contains 2 Chunks.
diff --git a/docs/zh/SystemDesign/1-TsFile/2-Format.md
b/docs/zh/SystemDesign/1-TsFile/2-Format.md
index 6c3eb11..7d72d48 100644
--- a/docs/zh/SystemDesign/1-TsFile/2-Format.md
+++ b/docs/zh/SystemDesign/1-TsFile/2-Format.md
@@ -65,7 +65,7 @@
下图是关于TsFile的结构图。
-
+
此文件包括两个设备 d1、d2,每个设备包含三个测点 s1、s2、s3,共 6 个时间序列,d1为蓝色,d2为紫色。每个时间序列包含两个 Chunk。