You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are concurrent requests, is duckdb capable of handling them or will it result in a 500 error?
Would some sort of request queue or pool be needed?
The text was updated successfully, but these errors were encountered:
httplib is running under the hood. The specific implementation in DuckDB might be slightly different from the plain library but full featured nevertheless. The thread pool documentation and settings should also apply.
Please post any results and/or tests you're using and we'll gladly work to either add settings or improve the implementation. Thanks for giving this a try!
If there are concurrent requests, is duckdb capable of handling them or will it result in a 500 error?
Would some sort of request queue or pool be needed?
The text was updated successfully, but these errors were encountered: