I'm querying larger amounts of data and keep getting this error when returning the data. This started this afternoon. The query string works find in the bigquery browser tool. It's only me querying on one machine synchronously. doubtful that I hit the 20,000 query limite.
Is this a known bug?
Internal Error when querying data. Error in runSyncQuery:'{\n "error": {\n "errors": [\n {\n "domain": "global",\n "reason": "backendError",\n "message": "Backend Error"\n }\n ],\n "code": 503,\n "message": "Backend Error"\n }\n}\n'
setup: medium instance EC2
- Query 19 -23 columns of around 600000 rows each. Total 564 mb
- max length of query is set to 50,000 (also 100,000 and 500,000)
- query is extremely slow to return
Values of the paged results
current length: 8825
1 current row: 17650
2 current row: 26475
3 current row: 35300
4 current row: 44125
5 current row: 52950
6 Error in runSyncQuery:'{\n "error": {\n "errors": [\n {\n "domain": "global",\n "reason": "backendError",\n "message": "Backend Error"\n }\n ],\n "code": 503,\n "message": "Backend Error"\n }\n}\n'
adding additional requested info: job_183c2c3919dd4d8fac9f2947201978ef 459512762119 current length: 8825 1 current row: 17650 2 current row: 26475 3 Error in runSyncQuery:'{\n "error": {\n "errors": [\n {\n "domain": "global",\n "reason": "backendError",\n "message": "Backend Error"\n }\n ],\n "code": 503,\n "message": "Backend Error"\n }\n}\n'