Weijun-H commented on PR #14411:
URL: https://github.com/apache/datafusion/pull/14411#issuecomment-2660797386

   > I ran some tests yesterday and I can confirm the runtime improvements. I 
do get some high memory usage however especially with some queries (TPC-H Query 
18 I believe) than when using round-robin repartitioning. Are there some ways 
to get it down (e.g. use bounded channels or otherwise?)
   
   I tried to avoid `yield_now` when waiting for the child operator data, it 
should lower some memory usage.


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