BigQuery Update Enabling advanced runtime with short query optimizations in preview

August 11, 2025 at 4:28:21 AM

TL;DR BigQuery's advanced runtime now includes short query optimizations in preview, which reduce latency and slot use by running some queries as a single stage. These optimizations depend on data scan size, data movement, filter selectivity, data layout, query structure, and past execution stats. Enable or disable this runtime using ALTER PROJECT or ALTER ORGANIZATION statements with query_runtime set to 'advanced' or NULL. Changes take minutes to apply.

BigQuery Update Enabling advanced runtime with short query optimizations in preview

Enabling the advanced runtime in BigQuery now includes short query optimizations, a preview feature that dynamically identifies queries suitable to run as a single stage. This reduces latency and slot consumption by avoiding the usual distributed shuffle layer. Single-stage execution also allows more effective use of specialized encodings. These optimizations work best with optional job creation mode, which minimizes job startup, maintenance, and result retrieval latency.

Eligibility for Short Query Optimization

The decision to apply short query optimization depends on several dynamic factors:

  • Predicted size of the data scan
  • Amount of data movement required
  • Selectivity of query filters
  • Type and physical layout of stored data
  • Overall query structure
  • Historical statistics from past query executions

Enabling the Advanced Runtime

To enable the advanced runtime for a project or organization, use the ALTER PROJECT or ALTER ORGANIZATION SQL statement, setting the query_runtime option to 'advanced'. For example:

ALTER PROJECT PROJECT_NAME
SET OPTIONS (
  `region-LOCATION.query_runtime` = 'advanced'
);

Replace PROJECT_NAME with your project name and LOCATION with the project location. It may take several minutes for the change to take effect. Once enabled, qualifying queries use the advanced runtime regardless of the user who created the query job.

Disabling the Advanced Runtime

To disable the advanced runtime, use a similar ALTER statement but set query_runtime to NULL:

ALTER PROJECT PROJECT_NAME
SET OPTIONS (
  `region-LOCATION.query_runtime` = NULL
);

Again, replace PROJECT_NAME and LOCATION accordingly. The change also takes several minutes to propagate.

Have more questions on this topic? Ask our AI assistant for in-depth insights.

Read more from sources 👇

The Only Digital Marketing Feed You'll Ever Need.

Stay informed your way. Tailored updates when and how you want them. 100% Free.

10,000+ Users

500+ Sources

1000+ Tools

Or

Related Posts

Marketing Workflow Templates

Marketing Workflow Templates

Featured
Markifact
Markifact

Verified Sponsor

Verified Sponsor

Markifact is a Verified Sponsor. Want to get featured here? Contact us.

Verified Sponsor
BigQuery adds WITH expressions for temporary variables in GoogleSQL queries

BigQuery adds WITH expressions for temporary variables in GoogleSQL queries

Google Cloud
Google Cloud

Official Source

Official Source

Google Cloud is a Official Source. The source has been verified by Swipe Insight team.

Official Source
BigQuery Introduces New Vector Index Management and Data Loading Features

BigQuery Introduces New Vector Index Management and Data Loading Features

Google Cloud
Google Cloud

Official Source

Official Source

Google Cloud is a Official Source. The source has been verified by Swipe Insight team.

Official Source
BigQuery launches DISTINCT pipe operator for selecting unique rows in queries

BigQuery launches DISTINCT pipe operator for selecting unique rows in queries

Google Cloud
Google Cloud

Official Source

Official Source

Google Cloud is a Official Source. The source has been verified by Swipe Insight team.

Official Source
BigQuery sets default on-demand query limit to 200TB per day from September 2025

BigQuery sets default on-demand query limit to 200TB per day from September 2025

BigQuery Sharing Listings Can Now Be Monetized on Google Cloud Marketplace

BigQuery Sharing Listings Can Now Be Monetized on Google Cloud Marketplace

Google Cloud
Google Cloud

Official Source

Official Source

Google Cloud is a Official Source. The source has been verified by Swipe Insight team.

Official Source
Google Introduces Automated Data Insights Feature for BigQuery with Gemini Integration

Google Introduces Automated Data Insights Feature for BigQuery with Gemini Integration

Google Cloud
Google Cloud

Official Source

Official Source

Google Cloud is a Official Source. The source has been verified by Swipe Insight team.

Official Source
BigQuery adds configuration settings and new data loading features

BigQuery adds configuration settings and new data loading features

Google Cloud
Google Cloud

Official Source

Official Source

Google Cloud is a Official Source. The source has been verified by Swipe Insight team.

Official Source

Related Tools

Markifact logo

Markifact

Verified Tool

Verified Tool

Markifact is a Verified Tool. Want to get this badge? Contact us.

Verified Tool

Marketing Workflows Powered by AI

Featured
Marketing Auditor logo

Marketing Auditor

Verified Tool

Verified Tool

Marketing Auditor is a Verified Tool. Want to get this badge? Contact us.

Verified Tool

Automated audits for Google Ads and Analytics.

Get Featured Here

Showcase your tool in this list.

Contact Us
Databricks logo

Databricks

Generative AI-powered data intelligence platform

Data Engineering
GA4 SQL logo

GA4 SQL

Verified Tool

Verified Tool

GA4 SQL is a Verified Tool. Want to get this badge? Contact us.

Verified Tool

Generate GA4 BigQuery queries easily

Data Analysis
TapClicks logo

TapClicks

Automated marketing solutions powered by your data

Data Engineering
Stitch logo

Stitch

Automated cloud data pipelines, no coding needed

Data Engineering
Akkio logo

Akkio

AI-powered analytics for agencies

Data Analysis
NinjaCat logo

NinjaCat

AI-powered marketing data and analytics platform

Reporting
Funnel logo

Funnel

Aggregate and analyze marketing data seamlessly

Reporting
Fivetran logo

Fivetran

Effortlessly centralize and move data from any source

Data Engineering

Get Featured Here

Showcase your tool in this list.

Contact Us