shuwenwei commented on code in PR #12312: URL: https://github.com/apache/iotdb/pull/12312#discussion_r1565292050
########## iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties: ########## @@ -649,6 +649,16 @@ data_replication_factor=1 # Datatype: int # compaction_write_throughput_mb_per_sec=16 +# The limit of read throughput merge can reach per second +# values less than or equal to 0 means no limit +# Datatype: int +# compaction_read_throughput_mb_per_sec=40 Review Comment: The parameter `compaction_write_throughtput_mb_per_sec` has existed in past version and been used extensively. To ensure consistent name style, the parameter is `compaction_read_throughput_mb_per_sec`. To distinguish the unit, I think I can add the unit in comment. -- 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]
