Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

[BigQuery] Implement Short query optimized mode

Open
#7,604 1 comment 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
42/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
google-cloud, php
Domain
api, data

Research direction

Start by reading the linked BigQuery REST documentation for jobs/query and jobs.getQueryResults, then inspect the corresponding query methods in the BigQuery PHP library. Done means supporting short query optimized mode, pageToken-based additional results, an info() call for queryId details, and sample documentation for the new features.

Written by the indexing model from the issue text.

Description

type: feature request

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
Dominant language
PHP
Stars
1.2k
Forks
464
Avg merge
2d 2h
Merged PRs (30d)
103

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from googleapis/google-cloud-php

All issues in googleapis/google-cloud-php

Similar issues

More PHP issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.