pranavJibhakate commented on issue #7001:
URL: https://github.com/apache/datafusion/issues/7001#issuecomment-2725340818

   @alamb  @ozankabak What are the ways to make RoundRobin more NUMA aware.
   I could come up with only this approach
   I was reading about how we could pin threads to CPUs so we could add core id 
to the tasks details and schedule it only on those tasks and if the local task 
queue is empty it would work steal like tokio usually does?


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