yiguolei commented on code in PR #51587:
URL: https://github.com/apache/doris/pull/51587#discussion_r2221347397


##########
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");

Review Comment:
   这个我们设计成跟具体的表无关的ttl,而是所有的系统表的ttl 都一样



-- 
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]

Reply via email to