tustvold commented on issue #5882:
URL: https://github.com/apache/arrow-rs/issues/5882#issuecomment-2335134174

   > If we identify the CPU intensive sections of Datafusion and use 
spawn_blocking combined with a channel we could move all the blocking tasks to 
that separate threadpool and use the default tokio threadpool for IO.
   
   I think the challenge for DataFusion is that almost all of its processing is 
CPU bound, so it makes more sense to move it wholesale to its own threadpool.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to