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
Use case
User is running long queries and we would like to report progress of the query execution.
Describe the solution you'd like
An API that would deliver progress packets similar to this to the caller.
Describe alternatives you've considered
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Would you like chDB print a progress bar on console or notebook? Or, you need a async way to query and a getProgress function?
Sorry, something went wrong.
Or, you need a async way to query and a getProgress function?
This, clearly. Having an async query API would allow to get progress but maybe also profile event, which would be awesome.
Thank you, that's a good suggestion. And it's possible after chdb 2.3 release which move most heavy lifting works out of query function.
No branches or pull requests
Use case
User is running long queries and we would like to report progress of the query execution.
Describe the solution you'd like
An API that would deliver progress packets similar to this to the caller.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: