alamb commented on issue #21719: URL: https://github.com/apache/datafusion/issues/21719#issuecomment-4281415399
I am not sure that most plans suffer from tokio rescheduling them I think the biggest improvement would be to avoid having to move IO across cores (aka do IO and then read it , rather than stalling having to wait for IO from some other thread/core on a blocking thread) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
