Looker Studio is now called Data Studio. Learn more about this change.

Optimize BigQuery data source performance

You can optimize the performance of reports based on BigQuery data by using the following techniques. These techniques can help your visualizations render more quickly while minimizing BigQuery costs.

Improve performance with the BigQuery Storage Read API

For queries that use paginated results, enabling the BigQuery Storage Read API can lead to improved query times. Data Studio automatically uses the Storage Read API when doing so improves query runtimes.

To enable the BigQuery Storage Read API, grant the following permissions to your BigQuery user who is connected to Data Studio:

  • bigquery.readsessions.create
  • bigquery.readsessions.getData

Accelerate reports with BigQuery BI Engine

BigQuery BI Engine is a fast, high-concurrency, in-memory analysis service built into BigQuery. By configuring BI Engine with Data Studio, your visualizations render in sub-second time while reducing query concurrency costs (Learn more about the BigQuery BI Engine).

Requirements to use BI Engine with Data Studio

To accelerate your Data Studio reports by using BI Engine, verify the following prerequisites:

  1. Data storage: You store reporting data in standard BigQuery tables or views.
  2. Billing project: You designate a valid BigQuery billing project that has active Google Cloud billing enabled.
  3. API enablement: You enable the BigQuery API (bigquery.googleapis.com) in your project.
  4. Capacity reservation: You have configured an active BI Engine capacity reservation (SIZE_IN_GB) for the project where queries execute.

For detailed performance benchmarks and table optimization guides for BI Engine, see Analyze BigQuery data with Data Studio.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年08月26日 UTC.