OptionalcompilationTime spent loading metadata and optimizing the query, in milliseconds.
OptionalexecutionTime spent executing the query, in milliseconds.
OptionalnetworkTotal amount of data sent over the network between executor nodes during shuffle, in bytes.
OptionaloverloadingTimestamp of when the query was enqueued waiting while the warehouse was at max load. This field is optional and will not appear if the query skipped the overloading queue.
OptionalphotonTotal execution time for all individual Photon query engine tasks in the query, in milliseconds.
Optionalprojectedprojected remaining work to be done aggregated across all stages in the query, in milliseconds
Optionalprojectedprojected lower bound on remaining total task time based on projected_remaining_task_total_time_ms / maximum concurrency
OptionalprovisioningTimestamp of when the query was enqueued waiting for a cluster to be provisioned for the warehouse. This field is optional and will not appear if the query skipped the provisioning queue.
OptionalprunedTotal number of file bytes in all tables not read due to pruning
OptionalprunedTotal number of files from all tables not read due to pruning
OptionalqueryTimestamp of when the underlying compute started compilation of the query.
OptionalreadTotal size of data read by the query, in bytes.
OptionalreadSize of persistent data read from the cache, in bytes.
OptionalreadTotal number of file bytes in all tables read
OptionalreadNumber of files read after pruning
OptionalreadNumber of partitions read after pruning.
OptionalreadSize of persistent data read from cloud object storage on your cloud tenant, in bytes.
Optionalremainingnumber of remaining tasks to complete this is based on the current status and could be bigger or smaller in the future based on future updates
OptionalresultTime spent fetching the query results after the execution finished, in milliseconds.
Optionalresulttrue if the query result was fetched from cache, false otherwise.
OptionalrowsTotal number of rows returned by the query.
OptionalrowsTotal number of rows read by the query.
Optionalrunnablenumber of remaining tasks to complete, calculated by autoscaler StatementAnalysis.scala deprecated: use remaining_task_count instead
OptionalspillSize of data temporarily written to disk while executing the query, in bytes.
Optionaltasksum of task times completed in a range of wall clock time, approximated to a configurable number of points aggregated over all stages and jobs in the query (based on task_total_time_ms)
OptionaltaskSum of execution time for all of the query’s tasks, in milliseconds.
OptionaltotalTotal execution time of the query from the client’s point of view, in milliseconds.
Optionalworkremaining work to be done across all stages in the query, calculated by autoscaler StatementAnalysis.scala, in milliseconds deprecated: using projected_remaining_task_total_time_ms instead
OptionalwriteSize pf persistent data written to cloud object storage in your cloud tenant, in bytes.
A query metric that encapsulates a set of measurements for a single query. Metrics come from the driver and are stored in the history service database.