The Wayback Machine - https://web.archive.org/web/20230319185601/https://github.com/github/vscode-codeql/issues/570
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 ability to run queries remotely for large databases #570

Open
aeisenberg opened this issue Sep 9, 2020 · 2 comments
Open

Add ability to run queries remotely for large databases #570

aeisenberg opened this issue Sep 9, 2020 · 2 comments
Labels
enhancement New feature or request VSCode

Comments

@aeisenberg
Copy link
Contributor

Running queries over the linux kernel is difficult because the database itself is so large. Some users have requested the ability to run queries remotely and gather the results back in the results view.

This may not be top priority because:

  1. Maybe we should be running these queries through code-scanning
  2. This feature might already be available through codespaces or vscode remote. It might just be a matter of documenting how to do this.
@aeisenberg aeisenberg added the enhancement New feature or request label Sep 9, 2020
@github-actions github-actions bot added the VSCode label Sep 9, 2020
@Manouchehri
Copy link

Code-scanning isn't a great solution when you're still prototyping and developing queries.

VS Code remote sounds promising though. Link to ticket for others reading along: #460

@aeisenberg
Copy link
Contributor Author

We haven't prioritized this feature yet, but we may in the future. Currently, we are expecting that using codespaces will be sufficient for most use cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request VSCode
Projects
None yet
Development

No branches or pull requests

2 participants