yiguolei commented on code in PR #51587: URL: https://github.com/apache/doris/pull/51587#discussion_r2221346879
########## be/src/common/config.cpp: ########## @@ -1333,6 +1333,12 @@ DEFINE_Int32(spill_io_thread_pool_queue_size, "102400"); // paused query in queue timeout(ms) will be resumed or canceled DEFINE_Int64(spill_in_paused_queue_timeout_ms, "60000"); +DEFINE_String(materialized_schema_table_storage_root_path, ""); +DEFINE_String(materialized_schema_table_storage_limit, "5%"); // 5% +DEFINE_mInt32(materialized_schema_table_flush_limit, "100"); +DEFINE_mInt64(materialized_backend_active_tasks_ttl_sec, "86400"); +DEFINE_mInt64(materialized_backend_active_tasks_interval_ms, "100"); Review Comment: 这个间隔,我们设计成跟表无关,是所有的系统表都公用这一个间隔 -- 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