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


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

Review Comment:
   这个limit的单位是什么?



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