You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kylebrooks-8451 (via GitHub)" <gi...@apache.org> on 2023/04/24 22:34:13 UTC

[GitHub] [arrow-datafusion-python] kylebrooks-8451 opened a new issue, #340: Reuse the Tokio Async Runtime

kylebrooks-8451 opened a new issue, #340:
URL: https://github.com/apache/arrow-datafusion-python/issues/340

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   Right now every time we call `wait_for_future` we construct a new Tokio Runtime which involves creating threads and other heavy weight tasks. This impacts performance.
   
   **Describe the solution you'd like**
   I'd like to create a Tokio Runtime once during the `_internal` module creation and reuse it. I have a PR I'm working on to do this.
   
   **Describe alternatives you've considered**
   Keep code as is and make a runtime often.
   


-- 
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-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion-python] andygrove closed issue #340: Reuse the Tokio Async Runtime

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove closed issue #340: Reuse the Tokio Async Runtime
URL: https://github.com/apache/arrow-datafusion-python/issues/340


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org