You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Expected Behavior:
Additional Consideration:
The text was updated successfully, but these errors were encountered: