googleapis / googleapis/google-cloud-php
[BigQuery] Implement Short query optimized mode
- Dominant language
- PHP
- Stars
- 1.2k
- Forks
- 463
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 145
Description
Since August 14, 2024 bigquery enables you to use short query optimized mode. [[changelog](https://cloud.google.com/bigquery/docs/release-notes)]
You can now get lower latency for small queries with the new [short query optimized mode](https://cloud.google.com/bigquery/docs/running-queries#short-query-optimized). 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
- [ ] [jobs/query](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query) support
- [ ] support `pageToken` on `jobs.getQueryResults` to fetch additional resultset
- [ ] implement `info()` call to retrieve details about a `queryId`
- [ ] document in samples how to use new features
Contributor guide
Assessment
This issue has not been assessed yet.