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

Feature request: Support running many queries in parallel #57

Open
akoshelev opened this issue Jun 24, 2024 · 0 comments
Open

Feature request: Support running many queries in parallel #57

akoshelev opened this issue Jun 24, 2024 · 0 comments

Comments

@akoshelev
Copy link
Collaborator

Right now the limitation of one query at any time is extremely limited. When I am working on multiple PRs that may affect performance, I have to serialize draft queries that I want to run to validate them. This makes me going back and forth between multiple PRs and keep an eye on Draft completions.

It would be much more scalable with a different approach that spawns an environment per query, using cloud providers scaling capabilities. These environments can have short live span and be terminated after query is completed. Some cloud providers (AWS) support ephemeral compute as well as auto-shutdown at specified time.

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