gavinchou commented on code in PR #65058: URL: https://github.com/apache/doris/pull/65058#discussion_r3575719400
########## be/src/common/config.cpp: ########## @@ -1218,6 +1218,8 @@ DEFINE_Int64(file_cache_each_block_size, "1048576"); // 1MB DEFINE_Bool(clear_file_cache, "false"); DEFINE_mBool(enable_file_cache_query_limit, "false"); +// Whether segment footer and segment metadata count toward file cache query limit. +DEFINE_mBool(file_cache_query_limit_segment_meta, "false"); Review Comment: enanle_...? -- 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]
