HTHou commented on code in PR #380:
URL: https://github.com/apache/iotdb-docs/pull/380#discussion_r1797673262


##########
src/zh/UserGuide/Master/Reference/Common-Config-Manual.md:
##########
@@ -1048,15 +1103,14 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
 |默认值| 4                               |
 |改后生效方式| 热加载                             |
 
-* compaction\_validation\_level
-
-|名字| compaction\_validation\_level                                             
                    |
-|:---:|:----------------------------------------------------------------------------------------------|
-|描述| 
合并结束后对顺序文件时间范围的检查,NONE关闭检查,RESOURCE_ONLY检查resource文件,RESOURCE_AND_TSFILE检查resource文件和tsfile文件
 |
-|类型| String                                                                    
                    |
-|默认值| NONE                                                                     
                     |
-|改后生效方式| 热加载                                                                   
                        |
+* enable\_tsfile\_validation
 
+|    名字     | enable\_tsfile\_validation    |
+|:---------:|:------------------------------|
+|    描述     | Flush, Load 或合并后验证 tsfile 正确性 |
+|    类型     | boolean                       |
+|    默认值    | false                         |
+| Effective | 热加载                           |

Review Comment:
   ```suggestion
   | 改后生效方式 | 热加载                           |
   ```



##########
src/zh/UserGuide/latest/Reference/Common-Config-Manual.md:
##########
@@ -1012,23 +1003,32 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
 |    默认值    | 60000                                  |
 | 改后生效方式 | 重启服务生效                           |
 
-* compaction\_submission\_interval\_in\_ms
-
-|     名字     | compaction\_submission\_interval\_in\_ms |
-| :----------: | :--------------------------------------- |
-|     描述     | 合并任务提交的间隔                       |
-|     类型     | Int64                                    |
-|    默认值    | 60000                                    |
-| 改后生效方式 | 重启服务生效                             |
-
 * compaction\_write\_throughput\_mb\_per\_sec
 
 |名字| compaction\_write\_throughput\_mb\_per\_sec |
-|:---:|:---|
-|描述| 每秒可达到的写入吞吐量合并限制。|
-|类型| int32 |
-|默认值| 16 |
-|改后生效方式| 重启服务生效|
+|:---:|:--------------------------------------------|
+|描述| 每秒可达到的写入吞吐量合并限制。                            |
+|类型| int32                                       |
+|默认值| 16                                          |
+|改后生效方式| 热加载生效                                       |
+
+* compaction\_read\_throughput\_mb\_per\_sec
+
+|    名字     | compaction\_read\_throughput\_mb\_per\_sec |
+|:---------:|:-------------------------------------------|
+|    描述     | 合并每秒读吞吐限制,单位为 byte,设置为 0 代表不限制             |
+|    类型     | int32                                      |
+|    默认值    | 0                                          |
+| Effective | 热加载                                        |
+
+* compaction\_read\_operation\_per\_sec
+
+|    名字     | compaction\_read\_operation\_per\_sec |
+|:---------:|:--------------------------------------|
+|    描述     | 合并每秒读操作数量限制,设置为 0 代表不限制               |
+|    类型     | int32                                 |
+|    默认值    | 0                                     |
+| Effective | 热加载                                   |

Review Comment:
   ```suggestion
   | 改后生效方式 | 热加载                                   |
   ```



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