Replies: 1 comment 1 reply
-
The progress-reporting feature of DuckDB isn't implemented for all operations. I don't know the details of which operations are supported, but some information can be gleaned from this test file. You may be able to get a better answer in a more general DuckDB forum. (The Node Neo implementation of this feature is a simple pass-through to DuckDB.) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
When I
SET enable_progress_bar = true;
in my code, the progress bar just starts at 99%, stays at 99% for a while, then jumps to 100%.Is it just me?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions