HappenLee commented on code in PR #47501: URL: https://github.com/apache/doris/pull/47501#discussion_r1944073208
########## be/src/common/config.cpp: ########## @@ -1015,6 +1015,9 @@ DEFINE_mInt32(segcompaction_num_threads, "5"); // enable java udf and jdbc scannode DEFINE_Bool(enable_java_support, "true"); +// enable prefetch tablets before opening +DEFINE_Bool(enable_prefetch_tablet, "true"); Review Comment: why not be mBool, we can modify the value no need restart BE -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org