You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/08/21 14:45:46 UTC

[GitHub] [iotdb] sogood99 commented on a diff in pull request #6989: [To rel/0.13][IOTDB-3882] Cold Data Separation

sogood99 commented on code in PR #6989:
URL: https://github.com/apache/iotdb/pull/6989#discussion_r950857525


##########
server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java:
##########
@@ -851,6 +851,9 @@ public class IoTDBConfig {
   // The max record num returned in one schema query.
   private int schemaQueryFetchSize = 10000000;
 
+  /** number of threads given to migration tasks */
+  private int migrationThread = 1;
+

Review Comment:
   fixed



-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org