QueryRuntimeStatisticsTimeline

Timeline statistics such as query queue time, planning time, execution time, service processing time, and total execution time.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of milliseconds that the query took to execute.

Link copied to clipboard

The number of milliseconds that Athena took to plan the query processing flow. This includes the time spent retrieving table partitions from the data source. Note that because the query engine performs the query planning, query planning time is a subset of engine processing time.

Link copied to clipboard

The number of milliseconds that the query was in your query queue waiting for resources. Note that if transient errors occur, Athena might automatically add the query back to the queue.

Link copied to clipboard

The number of milliseconds that Athena spends on preprocessing before it submits the query to the engine.

Link copied to clipboard

The number of milliseconds that Athena took to finalize and publish the query results after the query engine finished running the query.

Link copied to clipboard

The number of milliseconds that Athena took to run the query.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String