pepijnve commented on PR #16331:
URL: https://github.com/apache/datafusion/pull/16331#issuecomment-2980997712

   @alamb thanks for the pointer.
   
   I've been digging through all the work that has already been done, looking 
particularly at the rayon experiments. Rayon's idea of "yield now" is 
particularly interesting. Rather than unwinding the stack, it will actually try 
to run other work itself. I wonder if this approach could lead to stack 
overflows.
   
   Related to this work specifically, is there any guidance on using something 
like Tokio console with DataFusion? I was about to start experimenting with it 
myself, but if anyone else has written up some instructions or experiences that 
might save me some time.


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