xinyiZzz commented on code in PR #21522: URL: https://github.com/apache/doris/pull/21522#discussion_r1253302345
########## be/src/common/config.cpp: ########## @@ -315,6 +315,10 @@ DEFINE_String(pk_storage_page_cache_limit, "10%"); // data page size for primary key index DEFINE_Int32(primary_key_data_page_size, "32768"); +DEFINE_mInt32(data_page_cache_stale_sweep_time_sec, "300"); Review Comment: stale 是 过时的,旧的 stale sweep 就是清理过时的 这是当年 morningman 起的,似乎比 gc time 更传神 [思考] -- 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