We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
DedicatedExecutor
Add DedicatedExecutor to FlightSQL Server (#247)
e8c8e20
Add's a dedicated executor for running CPU bound work on the FlightSQL server. There is interest from the [DataFusion community](apache/datafusion#13274 (comment)) for this, it was already on our [roadmap](#197) and I think the DFT FlightSQL server is a great place to have a reference implementation. Initial inspiration and context can be found [here](https://thenewstack.io/using-rustlangs-async-tokio-runtime-for-cpu-bound-tasks/). Most of the initial implementation was copied from [here](https://github.com/influxdata/influxdb3_core/blob/6fcbb004232738d55655f32f4ad2385523d10696/executor/src/lib.rs) with some tweaks for our current setup. In particular we dont have metrics yet in the FlightSQL server implementation (but it is on the [roadmap](#210)) - I expect to do a follow on where metrics are integrated.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: