zerolbsony commented on code in PR #17279:
URL: https://github.com/apache/iotdb/pull/17279#discussion_r2957350888


##########
iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template:
##########
@@ -742,6 +742,21 @@ failure_detector_phi_acceptable_pause_in_ms=10000
 # Datatype: double(percentage)
 disk_space_warning_threshold=0.05
 
+# The number of threads used for parallel scanning in the partition table 
recovery
+# effectiveMode: restart
+# Datatype: Integer
+partition_table_recover_worker_num=10
+
+# Limit the number of bytes read per second from a file, the unit is MB

Review Comment:
   > in what scenario
   
   To scan data dir parallel ago, to scan data region parallel  now.



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