-
Notifications
You must be signed in to change notification settings - Fork 283
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
Too many subqueries or query is too complex for "Job Concurrency Slow" #275
Labels
bug
Something isn't working
Comments
I have the same issue with that query. |
I got the same, but solved it by moving the job_info part out into a temp table like this:
|
I'm getting this error also! Also tried the workaround above but got a different error, still not able to reconnect. |
We had slot commitment and to fix this issue I had to add additional 200
flex slots, but later once everything got stable I removed the flex slots i
have added (kept those slots for 24 hours or so)
Vijay Pudukkudi
***@***.***
[image: linkedin] <https://www.linkedin.com/company/freestar> [image:
facebook] <https://www.facebook.com/freestario> [image: twitter]
<https://twitter.com/publisherfirst> [image: instagram]
<https://www.instagram.com/publisherfirst/>
<https://try.freestar.com/q2-2022/?utm_source=WiseStamp&utm_medium=email&utm_term=&utm_content=&utm_campaign=signature>
<https://try.freestar.com/q2-2022/?utm_source=WiseStamp&utm_medium=email&utm_term=&utm_content=&utm_campaign=signature>
*Coming
to a City Near You: * Book a Meet Up With Us!
<https://try.freestar.com/q2-2022/?utm_source=WiseStamp&utm_medium=email&utm_term=&utm_content=&utm_campaign=signature>
…On Sat, May 7, 2022 at 5:08 PM James H. Nguyen ***@***.***> wrote:
I'm getting this error also!
Also tried the workaround above but got a different error, still not able
to reconnect.
—
Reply to this email directly, view it on GitHub
<#275 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ5NEU4CJX5PE7ACVAPXH2TVIZI3XANCNFSM5LFNW3MA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I've successfully copied over most of the data sources for BigQuery System Tables Reports but hit an issue with the "Job Concurrency Slow" datasource. When I swap the
INFORMATION_SCHEMA_PUBLIC_V2
references for`region-{region_name}`.INFORMATION_SCHEMA
and reconnect I see the error:Is this expected? Is there a simplified query I can use instead?
The text was updated successfully, but these errors were encountered: