Builder

class Builder

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.