Is there a way to get progress on long running queries? #214
Unanswered
houstonhaynes
asked this question in
Q&A
Replies: 1 comment 8 replies
-
There is nothing built-in the .NET library. DuckDB itself has duckdb_query_progress to get the query progress so you can use it to implement yourself and hopefully send a PR! |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm curious about getting a progress value while long running queries execute. Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions