HTHou commented on code in PR #9536: URL: https://github.com/apache/iotdb/pull/9536#discussion_r1162421796
########## docs/zh/UserGuide/Reference/Common-Config-Manual.md: ########## @@ -1251,12 +1251,12 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。 * compressor -| 名字 | compressor | -|:------:|:----------------------------------------------------| -| 描述 | 数据压缩方法 | -| 类型 | 枚举 String : “UNCOMPRESSED”, “SNAPPY”, “LZ4”, “ZSTD” | -| 默认值 | SNAPPY | -| 改后生效方式 | 热加载 | +| 名字 | compressor | +|:------:|:-------------------------------------------------------------| +| 描述 | 数据压缩方法 | +| 类型 | 枚举 String : “UNCOMPRESSED”, “SNAPPY”, “LZ4”, “ZSTD”, "LZMA2" | Review Comment: ```suggestion | 类型 | 枚举 String : "UNCOMPRESSED", "SNAPPY", "LZ4", "ZSTD", "LZMA2" | ``` -- 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]
