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

dynamo-browse: Background queries #26

Open
lmika opened this issue Sep 27, 2022 · 0 comments
Open

dynamo-browse: Background queries #26

lmika opened this issue Sep 27, 2022 · 0 comments

Comments

@lmika
Copy link
Owner

lmika commented Sep 27, 2022

Have the ability to run background queries. These are queries that are launched in the background that may take a while to run.

The way this will work is as follows. When the user indicates they want to start a background query:

  1. They will be presented with a form where they can enter the following details:
    • The query they want to run
    • Any throttling they'd like to use. I.e. run as fast as possible, get a page every 3 seconds, etc.
  2. They will be presented with an option to test the query. This will run the query with a limit of 5 rows and a max duration of 30 seconds.
  3. They will then execute the query.

The query will run in the background with a status indicator in the status bar. As the query runs, the results will be written to the workspace.

Once the query is done, the user will be given the option to view the query results.

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

No branches or pull requests

1 participant