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

   > [@alamb](https://github.com/alamb) 
[@ozankabak](https://github.com/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?
   
   I don't think I have an answer for this one
   
   We would probably have to try some approaches to see if anything works


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