fanlongmengjd edited a comment on issue #3859: URL: https://github.com/apache/incubator-doris/issues/3859#issuecomment-644293419
According to `We can use cumulative_compaction_skip_window_seconds to configure this threshold. That is, when the threshold time is exceeded, latest_read_version will be ignored and the version merge will start. ` sounds like compaction behavior is same even though adding latest_read_version, e.g - in previous , if cumulative_compaction_skip_window_seconds =30, then do compaction every 30s - now, if cumulative_compaction_skip_window_seconds =30 + latest_read_version, system will then do compaction every 30s and latest_read_version will be ignored right? ---------------------------------------------------------------- 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. 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