3

尝试将数据加载到大查询表中时,我收到一条错误消息,告诉我一行大于允许的最大大小。我在文档的任何地方都找不到这个限制。极限是多少?有没有解决方法?

该文件是压缩的json,大小为360M。

4

4 回答 4

4

2018 年更新:最大行大小为 100 MB。https://cloud.google.com/bigquery/quotas

于 2018-06-14T16:40:56.567 回答
1

2013 年更新:最大行大小为 1MB,JSON 为 20MB。

请参阅:https ://developers.google.com/bigquery/preparing-data-for-bigquery#dataformats

于 2013-05-31T21:41:25.987 回答
1

The maximum row size is 64k. See: https://developers.google.com/bigquery/docs/import#import

The limitation for json will likely increase soon.

于 2012-10-09T17:08:16.637 回答
0

2017 年更新:10MB 用于 CSV 和 JSON。https://cloud.google.com/bigquery/quotas#import

如果流式传输,则 1MB 除外,https://cloud.google.com/bigquery/quotas#streaminginserts

于 2017-10-24T10:48:25.433 回答