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

BigQuery - Enable terminating jobs from the browser #21

Open
GoogleCodeExporter opened this issue Dec 14, 2015 · 0 comments
Open

BigQuery - Enable terminating jobs from the browser #21

GoogleCodeExporter opened this issue Dec 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What interface shows the new feature? [UI, CLI, REST API]
UI

What problem does the new feature solve?
We often run jobs that take 500-5000 seconds to complete. If we accidentally 
start a query, there is no way to abort it without waiting for it to finish and 
then deleting the results. It is a lot of overhead plus given that BQ limits 
the number of simultaneous job loads ("message":"Exceeded quota: too many 
concurrent query jobs for this project","reason":"quotaExceeded") this is a 
wait that we wish to avoid. 

How does it solve the problem?
Same as above. 

What are the side-effects or complications caused by this feature?
Based on how BQ is implemented, I'm not sure if this is possible. Might have 
issues with calculating cost of the query. 

If you have a sample implementation, please add a link to the source code
or running application here:


Original issue reported on code.google.com by [email protected] on 14 Apr 2014 at 3:36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant