Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

BigQuery documentation say only 1500 insert operations per table per day

BigQuery Documentation saying:

"Your project can make up to 1,500 table operations per table per day"

see here: https://cloud.google.com/bigquery/quotas#load_jobs

I am making millions of inserts for one project for the same table. So I guess that I am missing something here, or that the documentation is wrong. Anyone have an explanation?

EDIT: I am using batch jobs, not streaming

like image 938
Gilo Avatar asked Nov 18 '25 13:11

Gilo


1 Answers

The limit is for batch jobs, I guess you are using streaming API which does not have this limit.

like image 181
Mim Avatar answered Nov 21 '25 10:11

Mim



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!