If you would like to increase your BigQuery BI Engine reservation beyond 250G, fill in the following information.
Q & A
---------
1) When will I get a response for this request?
It usually takes 2 business days, but may take up to 2 weeks for high limits and certain regions. You will receive an email when the change is ready.
2) How much capacity can I request an upgrade for?
You can request upgrade up to 1.5T. We will evaluate your request and let you know if we are able to accommodate your quota increase. This limit will be further increased later in 2022.
3) Where can I get more information?
You can find more information in the BI Engine public documentation at
https://cloud.google.com/bi-engine/docs.
4) What is the cost of BI Engine Reservation?
You will be charged regular BI Engine reservation cost, prorated to hourly usage. See
https://cloud.google.com/bi-engine/pricing
5) Will I see size change in Cloud Console?
Unfortunately, not. To see change the size you would need to use SQL or CLI below:
bq --project_id=[your project] update --reservation --location=[location] --bi_reservation_size=[750G]
or run following DDL statement
ALTER BI_CAPACITY `<PROJECT_ID>.region-<REGION>.default`
SET OPTIONS(
size_gb = 750G
);