zhannngchen commented on code in PR #14595: URL: https://github.com/apache/doris/pull/14595#discussion_r1049280771
########## be/src/common/config.h: ########## @@ -838,6 +838,9 @@ CONF_Int32(segcompaction_threshold_segment_num, "10"); // The segment whose row number above the threshold will be compacted during segcompaction CONF_Int32(segcompaction_small_threshold, "1048576"); +// Enable final-pass segcompaction before commit txn +CONF_Bool(enable_final_pass_segcompaction, "false"); Review Comment: We can make it as the default behavior of segment compaction? -- 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]
