milenkovicm commented on issue #1319:
URL: 
https://github.com/apache/datafusion-ballista/issues/1319#issuecomment-3713918580

   -`offload I/O operations to dedicated executor`, executor in this context 
mens tokio executor, so we have I/O executor for shuffle read.
   - `offload arrow flight server to dedicated executor` is similar, at the 
moment flight server will run on `#[tokio::main]` executor which may take all 
available cpu cores
   
   I'm not sure if TaskGroup will be beneficial in this case, but i'm happy to 
hear your proposal 


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

Reply via email to