我收到以下错误:
Caused by: com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request
{
"code" : 400,
"errors" : [ {
"domain" : "global",
"message" : "Query exceeded resource limits. 6326.429689712539 CPU seconds were used, and this query must use less than 5100.0 CPU seconds.",
"reason" : "billingTierLimitExceeded"
} ],
"message" : "Query exceeded resource limits. 6326.429689712539 CPU seconds were used, and this query must use less than 5100.0 CPU seconds.",
"status" : "INVALID_ARGUMENT"
}
当我尝试使用Java API在bigquery中运行查询时。我找不到如何提高此限制。如何分配更多的CPU秒数?如何仅更改BigQuery的结算等级?