Google cloud platform 在GCS上以AVRO格式在BigQuery中创建外部表时出现大小问题

Google cloud platform 在GCS上以AVRO格式在BigQuery中创建外部表时出现大小问题,google-cloud-platform,google-bigquery,avro,Google Cloud Platform,Google Bigquery,Avro,我试图在BigQuery中创建一个外部表,但执行此操作时出现以下异常: Error while reading table: nginx_ext_table, error message: Total Avro data size exceeds max allowed size. Total size is at least: 13195947263283. Max allowed size is: 13194139533312. BigQuery中的表/数据集大小有限制吗 非常感谢您的帮助

我试图在BigQuery中创建一个外部表,但执行此操作时出现以下异常:

Error while reading table: nginx_ext_table, error message: Total Avro data size exceeds max allowed size. Total size is at least: 13195947263283. Max allowed size is: 13194139533312.
BigQuery中的表/数据集大小有限制吗


非常感谢您的帮助:)

BigQuery对所有类型的操作都有配额,导入作业/外部数据源有15 TB的限制

The limits for external data sources are the same as the limits for load jobs, as described in the Load jobs section on the quotas and limits page
详情请参阅


BigQuery对所有类型的操作都有配额,导入作业/外部数据源有15TB的限制

The limits for external data sources are the same as the limits for load jobs, as described in the Load jobs section on the quotas and limits page
详情请参阅


对于CSV、JSON、Avro、Parquet和ORC,所有输入文件都达到了15 TB的“”限制。因此,请尝试降低文件大小以避免达到此限制。

对于CSV、JSON、Avro、Parquet和ORC的所有输入文件,您达到了“”限制,即15 TB。因此,请尝试降低文件大小以避免达到此限制。

是否尝试从webUI创建表?这看起来与每个链接@Tamir Klein的
BigQuery
没有直接关系是的,我尝试过使用Web UI,但得到了相同的错误。您尝试过从Web UI创建表吗?这看起来与
BigQuery
每个链接@Tamir Klein没有直接关系是的,我尝试过Web UI,但得到了相同的错误。实际上,我并没有将数据导入/加载到BigQuery,而是在GCS路径上创建一个外部表,其中数据以AVRO格式驻留。实际上,我不是将数据导入/加载到BigQuery中,而是在GCS路径上创建一个外部表,其中数据以AVRO格式驻留。