googleapis / google-cloud-php

Google Cloud Client Library for PHP
https://cloud.google.com/php/docs/reference
Apache License 2.0
1.09k stars 433 forks source link

[BigQuery] Implement Short query optimized mode #7604

Open pentium10 opened 4 weeks ago

pentium10 commented 4 weeks ago

Since August 14, 2024 bigquery enables you to use short query optimized mode. [changelog]

You can now get lower latency for small queries with the new short query optimized mode. BigQuery automatically determines which queries may be accelerated while other queries continue to run like before.

Please add support to BigQuery PHP library cc: @bshaffer