Skip to content
New issue

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

Add Support for Cancellation of Long-Running Queries #2550

Open
tnaum-ms opened this issue Jan 27, 2025 · 0 comments
Open

Add Support for Cancellation of Long-Running Queries #2550

tnaum-ms opened this issue Jan 27, 2025 · 0 comments

Comments

@tnaum-ms
Copy link
Collaborator

The ability to cancel long-running queries is currently missing. Without this functionality, users are forced to open new tabs when executing a long-running query. Additionally, long-running queries can impact database performance, making this an important feature to implement.

Current Behavior:

  • Long-running queries cannot be canceled once initiated.

Expected Behavior:

  • Provide a way to cancel long-running queries directly from the interface.
  • Ensure that users receive immediate feedback when a query is successfully canceled.

Additional Consideration:

  • Ensure that closing a collection view automatically cancels any active queries tied to that view. This prevents unnecessary resource consumption on the database and ensures that lingering queries don’t continue to run after the user has navigated away.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant