comphead commented on issue #14238:
URL: https://github.com/apache/datafusion/issues/14238#issuecomment-2613003876

   thanks @korowa totally agree for the memory perspective, having splitter 
won't help as the memory already allocated for the batch. 
   
   However another path related to coalesce might help downstream nodes or 
direct consumer not to struggle because of swarm of small batches. More uniform 
method for all joins is to call `CoalesceBatchExec` just after the join 
execution however builtin approach might be more efficient


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