mymeiyi opened a new pull request, #67360: URL: https://github.com/apache/doris/pull/67360
Later, we will support parallel compaction. Parallel compaction will split one compaction job into multiple subtasks, with each subtask processing only the rows within a specific key range of the input rowsets. This pr add optional key-range and RuntimeState parameters to the rowset merger, propagate them through TabletReader and rowset readers. It supports unbounded lower and upper endpoints. related pr: https://github.com/apache/doris/pull/67333 -- 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]
