kosiew opened a new issue, #17284:
URL: https://github.com/apache/datafusion/issues/17284

   
   
   The accumulator sorts collected bounds with sorted_by_key, introducing extra 
allocations and O(n log n) overhead. Pre-indexing bounds by partition ID could 
remove the need for sorting and improve efficiency.
   
   source: [comment on 
PR](https://github.com/apache/datafusion/pull/17280#discussion_r2293418951)


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