yiguolei commented on code in PR #51587: URL: https://github.com/apache/doris/pull/51587#discussion_r2176198164
########## 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, ""); 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: [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]
