qiaojialin commented on code in PR #90:
URL: https://github.com/apache/tsfile/pull/90#discussion_r1616932713


##########
README-zh.md:
##########
@@ -95,8 +95,16 @@ TsFile 通过采用二阶差分编码、游程编码(RLE)、位压缩和 Sna
 
 其独特之处在于编码算法专为时序数据特性设计,聚焦在时间属性和数据之间的相关性。
 
-(![TsFile、Parquet 和 ORC 
三种文件格式的比较](https://alioss.timecho.com/upload/Apache%20TsFile%20%E5%8F%91%E5%B8%83%E5%9B%BE4-20240315.png))
-
+TsFile、CSV 和 Parquet 三种文件格式的比较
+
+| Dimension       | TsFile       | CSV   | Parquet |
+|-----------------|--------------|-------|---------|
+| Data Model      | IoT          | Plain | Nested  |
+| Write Mode      | Tablet, Line | Line  | Line    |
+| Compression     | Yes          | No    | Yes     |
+| Read Mode       | Query, Scan  | Scan  | Query   |
+| Index on Series | Yes          | No    | No      |
+| Index on Time   | Yes          | No    | No      |

Review Comment:
   ```suggestion
   TsFile、CSV 和 Parquet 三种文件格式的比较
   
   | 维度       | TsFile       | CSV   | Parquet |
   |-----------------|--------------|-------|---------|
   | 数据模型     | 物联网时序          | 无 | 嵌套  |
   | 写入模式      | 批, 行 | 行  | 行    |
   | 压缩     | 有          | 无    | 有     |
   | 读取模式       | 查询, 扫描  | 扫描  | 查询   |
   | 序列索引 | 有          | 无   | 无      |
   | 时间索引   |  有          | 无    | 无      |
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to