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/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 5409c37 Update the picture of tsfile format (#2773)
5409c37 is described below
commit 5409c37a3ff59ce4273fd64593aa71d691fffa0f
Author: liuxuxin <[email protected]>
AuthorDate: Sat Mar 6 13:59:43 2021 +0800
Update the picture of tsfile format (#2773)
---
docs/SystemDesign/QueryEngine/QueryEngine.md | 2 +-
docs/SystemDesign/TsFile/Format.md | 2 +-
docs/zh/SystemDesign/QueryEngine/QueryEngine.md | 2 +-
docs/zh/SystemDesign/TsFile/Format.md | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/SystemDesign/QueryEngine/QueryEngine.md
b/docs/SystemDesign/QueryEngine/QueryEngine.md
index d3f87bc..9086ba0 100644
--- a/docs/SystemDesign/QueryEngine/QueryEngine.md
+++ b/docs/SystemDesign/QueryEngine/QueryEngine.md
@@ -21,7 +21,7 @@
# QueryEngine
-<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto;
margin-right:auto; display:block;"
src="https://user-images.githubusercontent.com/19167280/73625242-f648a100-467e-11ea-921c-b954a3ecae7a.png">
+<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto;
margin-right:auto; display:block;"
src="https://github.com/thulab/iotdb/files/6087969/query-engine.pdf">
## Design ideas
diff --git a/docs/SystemDesign/TsFile/Format.md
b/docs/SystemDesign/TsFile/Format.md
index 9fb9ad3..ba9cfa9 100644
--- a/docs/SystemDesign/TsFile/Format.md
+++ b/docs/SystemDesign/TsFile/Format.md
@@ -68,7 +68,7 @@
Here is a graph about the TsFile structure.
-<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto;
margin-right:auto; display:block;"
src="https://user-images.githubusercontent.com/19167280/95296983-492cc500-08ac-11eb-9f66-c9c78401c61d.png">
+<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto;
margin-right:auto; display:block;"
src="https://user-images.githubusercontent.com/37140360/109955373-6069c480-7d1d-11eb-9cae-252ea139abaa.jpg">
This TsFile contains two devices: d1, d2. Each device contains two
measurements: s1, s2. 4 timeseries in total. Each timeseries contains 2 Chunks.
diff --git a/docs/zh/SystemDesign/QueryEngine/QueryEngine.md
b/docs/zh/SystemDesign/QueryEngine/QueryEngine.md
index 86f87c5..04b43f0 100644
--- a/docs/zh/SystemDesign/QueryEngine/QueryEngine.md
+++ b/docs/zh/SystemDesign/QueryEngine/QueryEngine.md
@@ -21,7 +21,7 @@
# 查询引擎
-<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto;
margin-right:auto; display:block;"
src="https://user-images.githubusercontent.com/19167280/73625242-f648a100-467e-11ea-921c-b954a3ecae7a.png">
+<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto;
margin-right:auto; display:block;"
src="https://user-images.githubusercontent.com/37140360/110063320-e4678f00-7da5-11eb-8d1b-6c804c1846ba.png">
## 设计思想
diff --git a/docs/zh/SystemDesign/TsFile/Format.md
b/docs/zh/SystemDesign/TsFile/Format.md
index 71f31f3..dba7cc3 100644
--- a/docs/zh/SystemDesign/TsFile/Format.md
+++ b/docs/zh/SystemDesign/TsFile/Format.md
@@ -67,7 +67,7 @@
下图是关于TsFile的结构图。
-<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto;
margin-right:auto; display:block;"
src="https://user-images.githubusercontent.com/19167280/95296983-492cc500-08ac-11eb-9f66-c9c78401c61d.png">
+<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto;
margin-right:auto; display:block;"
src="https://user-images.githubusercontent.com/37140360/109955373-6069c480-7d1d-11eb-9cae-252ea139abaa.jpg">
此文件包括两个设备 d1、d2,每个设备包含两个测点 s1、s2,共 4 个时间序列。每个时间序列包含两个 Chunk。