Skip to content

195 feature request query progress bar with eta and percent complete#208

Merged
atimin merged 5 commits into
mainfrom
195-feature-request-query-progress-bar-with-eta-and-percent-complete
May 25, 2026
Merged

195 feature request query progress bar with eta and percent complete#208
atimin merged 5 commits into
mainfrom
195-feature-request-query-progress-bar-with-eta-and-percent-complete

Conversation

@AnthonyCvn
Copy link
Copy Markdown
Member

@AnthonyCvn AnthonyCvn commented May 19, 2026

Closes #195

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • CHANGELOG.md has been updated (for bug fixes / features / docs)

What kind of change does this PR introduce?

Feature

What was changed?

Query progress bar with time-window-based percentage estimation

Related issues

No

Does this PR introduce a breaking change?

No

Other information:

@AnthonyCvn AnthonyCvn linked an issue May 19, 2026 that may be closed by this pull request
@AnthonyCvn AnthonyCvn requested a review from atimin May 19, 2026 20:59
Copy link
Copy Markdown
Member

@atimin atimin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • the progress bar shows the progress only at the end of the query
  • cancel button doesn't cancle the currenty query but stop it and returns the intermediate result
  • let's add duration and ETA, like we have in CLI.

@AnthonyCvn AnthonyCvn requested a review from atimin May 22, 2026 10:42
@AnthonyCvn
Copy link
Copy Markdown
Member Author

@atimin the ETA estimation assumes that records are uniformly distributed in time. We could add an issue in the backlog to change that to a moving average estimation or let the server side gives a hint about the progress.

@atimin atimin merged commit 8c5645f into main May 25, 2026
6 checks passed
@atimin atimin deleted the 195-feature-request-query-progress-bar-with-eta-and-percent-complete branch May 25, 2026 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: Query progress bar with ETA and percent complete

2 participants