zhannngchen commented on code in PR #46750: URL: https://github.com/apache/doris/pull/46750#discussion_r1912702720
########## be/src/common/config.cpp: ########## @@ -208,7 +208,7 @@ DEFINE_Int32(tablet_publish_txn_max_thread, "32"); // the timeout of EnginPublishVersionTask DEFINE_Int32(publish_version_task_timeout_s, "8"); // the count of thread to calc delete bitmap -DEFINE_Int32(calc_delete_bitmap_max_thread, "32"); +DEFINE_Int32(calc_delete_bitmap_max_thread, "96"); Review Comment: 96 is too large, we should not optimize the default config for extreme cases. -- 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