alamb commented on issue #16490:
URL: https://github.com/apache/datafusion/issues/16490#issuecomment-2992289216

   A good quite quite https://developer.apple.com/news/?id=vk3m204o
   
   > Statically pre-assigning pieces of a parallel workload to worker threads 
will leave threads idle before the end of the execution. This is because not 
all cores are equal and so worker threads will not make identical progress. 
Instead, subdivide parallel problems into a large number of pieces and use a 
work-stealing algorithm to balance these pieces across threads to keep all 
workers busy.
   
   
   


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