cambyzju commented on code in PR #16263: URL: https://github.com/apache/doris/pull/16263#discussion_r1091422198
########## be/src/common/config.h: ########## @@ -257,6 +258,8 @@ CONF_Int32(storage_page_cache_shard_size, "16"); CONF_Int32(index_page_cache_percentage, "10"); // whether to disable page cache feature in storage CONF_Bool(disable_storage_page_cache, "false"); +// whether to disable row cache feature in storage +CONF_Bool(disable_storage_row_cache, "false"); Review Comment: If row cache do not used in most cases, please disable it by default. -- 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