Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bigquery: tabledata.list tracking #2591

Copy link
Copy link

Description

@pongad
Issue body actions

This issue tracks things we need to migrate query to use tabledata.list instead of getQueryResults RPC.
Work is in bq-perf branch.

  • Remove InternalApi QueryResponse type
  • Remove InternalApi BigQuery.getQueryResults
    • Use getJob().getQueryResults instead
  • Give QueryResults fewer fields (bigquery: give QueryResult fewer fields #2592)
    • To get details of a job, use Job
  • Should Job.getQueryResults wait for query to finish?
  • What should BigQuery.query do?
    • alias of create?
    • return completed job?
    • return iterator?
      • What option should it accept?
      • Accept option for iterating, use default option for waiting?
  • Consider unified types of Job.getQueryResults and BigQuery.listTableData
  • Make sure benchmark actually improves
  • Make sure we don't retrogress on small queries
Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.