freemandealer commented on code in PR #38811: URL: https://github.com/apache/doris/pull/38811#discussion_r1722893789
########## be/src/common/config.cpp: ########## @@ -1018,6 +1018,8 @@ DEFINE_String(file_cache_path, ""); DEFINE_Int64(file_cache_each_block_size, "1048576"); // 1MB DEFINE_Bool(clear_file_cache, "false"); +// cache segment files in memory instead of filesystem for no-disk/slow-disk system +DEFINE_Bool(use_in_memory_file_cache, "false"); Review Comment: need to remove and use cache_baes_path only -- 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]
