当尝试将数据加载到大查询表中时,我收到错误,告诉我一行大于允许的最大大小。我在文档中的任何地方都找不到这个限制。限制是多少?是否有解决方法?
文件是json压缩的,是360M。
答案 0 :(得分:2)
2018更新:最大行大小为100 MB。 https://cloud.google.com/bigquery/quotas
答案 1 :(得分:1)
最大行大小为64k。请参阅:https://developers.google.com/bigquery/docs/import#import
json的限制很快就会增加。
答案 2 :(得分:1)
2013 update:最大行大小为1MB,JSON为20MB。
请参阅:https://developers.google.com/bigquery/preparing-data-for-bigquery#dataformats
答案 3 :(得分:0)
2017更新:CSV和10MB JSON。 https://cloud.google.com/bigquery/quotas#import
如果流式传输除了1MB,https://cloud.google.com/bigquery/quotas#streaminginserts