zhuqi-lucas commented on PR #15380:
URL: https://github.com/apache/datafusion/pull/15380#issuecomment-2804085563

   > #15375 (comment)
   
   I think i got it @Dandandan now,  it means we already have those in memory 
batch, we just need to first sort all elements' indices (2-level index consists 
of (batch_idx, row_idx)), we don't need to construct the StreamingMergeBuilder 
for in memory sort, we just need to sort it as a single sorting pass.
   
   Let me try this way, and compare the performance!


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to