Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试在 Bigquery 上运行连接查询,但我得到了“表太大而无法连接”的错误,这是我理解的。然后我尝试使用 JOIN EACH 而不是 JOIN,但出现错误消息“查询执行期间资源超出”。我也需要注意 JOIN EACH 的限制吗?
如果您正在执行具有大量存储桶计数的aGROUP BY或 a ,则在执行查询时可能会超出资源(每个都有解决方法)。COUNT DISTINCTJOIN EACH
GROUP BY
COUNT DISTINCT
JOIN EACH
如果您分享您的查询,我们可以给出更准确的诊断。