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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
