mymeiyi opened a new pull request, #67333:
URL: https://github.com/apache/doris/pull/67333

   Problem Summary: 
   Later, we will support parallel compaction, which means one compaction sub 
task only handles somes rows of the input rowsets.
   Now, Row ID conversion allocated a dense destination entry for every source 
row, which wastes memory when a compaction reads only sparse source ranges. 
   Add an opt-in lazy chunked mode that allocates mappings only for touched 
rows.
   
   This pr is based on https://github.com/apache/doris/pull/65907


-- 
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]

Reply via email to