SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1732025419
########## cloud/src/common/config.h: ########## @@ -206,4 +206,8 @@ CONF_Validator(s3_client_http_scheme, [](const std::string& config) -> bool { // Max retry times for object storage request CONF_mInt64(max_s3_client_retry, "10"); +CONF_Bool(enable_txn_lazy_commit, "true"); +CONF_Int32(txn_lazy_commit_rowsets_thresold, "2048"); +CONF_Int32(txn_lazy_commit_num_threads, "8"); +CONF_Int32(txn_lazy_max_rowsets_per_batch, "2048"); Review Comment: > what the relation between `txn_lazy_max_rowsets_per_batch` and `txn_lazy_max_rowsets_per_batch` "txn_lazy_max_rowsets_per_batch" the max num for convert tmp rowsets "txn_lazy_commit_rowsets_thresold" the num to determine whether lazy commit -- 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