I am looking at BigQuery dcumentation here https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language ,and I found that the limit on INSERT and UPDATE is 1000 operations /day / table .
Is this limit only effective when you are using the WebUI for BigQuery or is it also a limit when using the streaming API to insert thousands of queries / second ?
Or is the documentation out of date ?