HTHou commented on code in PR #9536: URL: https://github.com/apache/iotdb/pull/9536#discussion_r1162420841
########## docs/UserGuide/Reference/Common-Config-Manual.md: ########## @@ -1212,12 +1212,12 @@ Different configuration parameters take effect in the following three ways: * compressor -| Name | compressor | -|:-----------:|:------------------------------------------------------| -| Description | Data compression method | -| Type | Enum String : “UNCOMPRESSED”, “SNAPPY”, "LZ4", "ZSTD" | -| Default | SNAPPY | -| Effective | hot-load | +| Name | compressor | +|:-----------:|:---------------------------------------------------------------| +| Description | Data compression method | +| Type | Enum String : “UNCOMPRESSED”, “SNAPPY”, "LZ4", "ZSTD", "lZMA2" | Review Comment: ```suggestion | Type | Enum 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]
