You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/07/21 10:52:05 UTC

[GitHub] [iotdb] jixuan1989 commented on a change in pull request #3530: English proofreading of User Guide (v0.12x) Before Ecosystem Integration

jixuan1989 commented on a change in pull request #3530:
URL: https://github.com/apache/iotdb/pull/3530#discussion_r673868671



##########
File path: docs/SystemDesign/TsFile/Format.md
##########
@@ -65,21 +65,30 @@
 
 ### 1.2 TsFile Overview
 
+
+
 <!-- TODO
 
+
 Here is the structure diagram of 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/33376433/123052025-f47aab80-d434-11eb-94c2-9b75429e5c54.png">
 
-This TsFile contains two entities: d1, d2. Each entity contains two measurements: s1, s2. 4 timeseries in total. Each timeseries contains 2 Chunks.
+
+Here is another representation of the TsFile structure:
+
 
 -->
 
 There are two parts in TsFile: **Data Area** and **Index Area**.
 
 There are three concepts, from small to large, in **Data Area:**
 
-* **Page**: A page is a sequence of timeseries. It is the smallest unit in which a data block is deserialized.
+
+* A list of ChunkMetadata organized by timeseries.

Review comment:
       this belongs to Index Area..




-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org