Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BigQuery] Implement Short query optimized mode #7604

Open
4 tasks
pentium10 opened this issue Aug 15, 2024 · 0 comments
Open
4 tasks

[BigQuery] Implement Short query optimized mode #7604

pentium10 opened this issue Aug 15, 2024 · 0 comments
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@pentium10
Copy link

pentium10 commented Aug 15, 2024

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

  • 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
@Hectorhammett Hectorhammett added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants