morningman opened a new pull request #3860: URL: https://github.com/apache/incubator-doris/pull/3860
Fix #3859 This CL mainly changes: 1. add a new field `_latest_read_version` for tablet on BE to save the largest version which has been read by query. 2. Modify the cumulative compaction logic. When select rowset to merge, consider both `cumulative_compaction_skip_window_seconds` and `_latest_read_version`. 3. Add some docs for config 4. Remove unused config `cumulative_compaction_budgeted_bytes` ---------------------------------------------------------------- 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