【发布时间】:2015-05-20 03:16:44
【问题描述】:
我正在尝试查询一个相对较小的表(130 万行,517MB)并在其中一列上执行order by。结果配置为写入另一个表并选中“允许大结果”。但 BigQuery 仍然给出错误:
Error: Response too large to return. Consider setting allowLargeResults to true in your job configuration. For more details, see https://cloud.google.com/bigquery/querying-data#largequeryresults
示例作业:gdfp-7415:job_asEyhGwqdrCwllhxCOGGE5osHlE
为什么这不起作用?
【问题讨论】:
标签: google-bigquery