Skip to content

Result details Panel

Info

This panel is specific to BigQuery.

The Result details panel shows execution statistics for a SELECT query in the Data editor. It helps you understand query performance, data volume, and processing costs.

Details

Result details panel includes the following metrics:

Name Description
Job The unique identifier of the job.
Location The regional location of the data you have queried.
Project The project within which the query was executed.
DML affected rows The number of rows affected by a Data Manipulation Language (DML) statement.
Fetched from cache Indicates if the results were retrieved from the cache. true means no additional costs are incurred for data processing.
Total rows The number of rows returned by the query.
Total bytes processed The amount of data processed by the query. This is important for cost calculations as costs are incurred based on the amount of data processed. If the Total bytes processed is zero, it indicates that the query results were served from the cache, which does not incur costs.
Transaction id The identifier for the transaction within which the query was executed, if applicable.
Total bytes billed The total bytes billed for the query, which might be different from the bytes processed if discounts or caps are applied.
Total modified partitions The total number of partitions that were modified as a result of the query execution.
Total slot ms The total number of slot milliseconds consumed by the query.
Query The SQL query statement that was executed.