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 2020/10/05 14:35:51 UTC

[GitHub] [iotdb] qiaojialin commented on a change in pull request #1797: [IOTDB-934] Update TsFile structure graph

qiaojialin commented on a change in pull request #1797:
URL: https://github.com/apache/iotdb/pull/1797#discussion_r499646113



##########
File path: docs/SystemDesign/TsFile/Format.md
##########
@@ -66,9 +66,9 @@
 
 Here is a graph about the TsFile structure.
 
-![TsFile Breakdown](https://user-images.githubusercontent.com/19167280/82113144-29262900-9786-11ea-83c6-1c45b6c1f3a5.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/19167280/82010604-299ac300-96a5-11ea-996d-013c0017f669.png">
 
-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.
+This TsFile contains two devices: d1, d2. Each device contains three measurements: s1, s2. 4 timeseries in total. Each timeseries contains 2 Chunks.

Review comment:
       ```suggestion
   This TsFile contains two devices: d1, d2. Each device contains two measurements: s1, s2. 4 timeseries in total. Each timeseries contains 2 Chunks.
   ```




----------------------------------------------------------------
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.

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