I have tons of avro format documents saved in GCS.
I would like to use BigQuery REST API to load them back as BigQuery tables.
Is there a limit for the total amount of data (such as 10 TB) I can load per day?
Thanks, Yefu
I have tons of avro format documents saved in GCS.
I would like to use BigQuery REST API to load them back as BigQuery tables.
Is there a limit for the total amount of data (such as 10 TB) I can load per day?
Thanks, Yefu
You are limited by several quota [1]
From above, you can upload up to 15TB each time (per job)
With these 2 limits, you can upload up to 1000 * 15TB = 15PB per table per day.