alamb commented on PR #14286:
URL: https://github.com/apache/datafusion/pull/14286#issuecomment-2634552246

   > Assuming this was a mistake we made at InfluxData, we had issues with plan 
time concurrency that were caused by this also, they were just much harder to 
track down as they didn't manifest as obviously (it took ~3 months).
   
   For anyone else that is interested, our particular usecase was many 
concurrent queries (as many as the system can handle) with very latency 
sensitive workloads (10s of ms) and requires network accesses during planng of 
queries
   
   FWIW this example shows how to do avoid doing remote catalog access on the 
CPU 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: 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