Class: Aws::Athena::Types::QueryRuntimeStatisticsTimeline
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::QueryRuntimeStatisticsTimeline
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Timeline statistics such as query queue time, planning time, execution time, service processing time, and total execution time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engine_execution_time_in_millis ⇒ Integer
The number of milliseconds that the query took to execute.
-
#query_planning_time_in_millis ⇒ Integer
The number of milliseconds that Athena took to plan the query processing flow.
-
#query_queue_time_in_millis ⇒ Integer
The number of milliseconds that the query was in your query queue waiting for resources.
-
#service_pre_processing_time_in_millis ⇒ Integer
The number of milliseconds that Athena spends on preprocessing before it submits the query to the engine.
-
#service_processing_time_in_millis ⇒ Integer
The number of milliseconds that Athena took to finalize and publish the query results after the query engine finished running the query.
-
#total_execution_time_in_millis ⇒ Integer
The number of milliseconds that Athena took to run the query.
Instance Attribute Details
#engine_execution_time_in_millis ⇒ Integer
The number of milliseconds that the query took to execute.
3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3859 class QueryRuntimeStatisticsTimeline < Struct.new( :query_queue_time_in_millis, :service_pre_processing_time_in_millis, :query_planning_time_in_millis, :engine_execution_time_in_millis, :service_processing_time_in_millis, :total_execution_time_in_millis) SENSITIVE = [] include Aws::Structure end |
#query_planning_time_in_millis ⇒ Integer
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.
3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3859 class QueryRuntimeStatisticsTimeline < Struct.new( :query_queue_time_in_millis, :service_pre_processing_time_in_millis, :query_planning_time_in_millis, :engine_execution_time_in_millis, :service_processing_time_in_millis, :total_execution_time_in_millis) SENSITIVE = [] include Aws::Structure end |
#query_queue_time_in_millis ⇒ Integer
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.
3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3859 class QueryRuntimeStatisticsTimeline < Struct.new( :query_queue_time_in_millis, :service_pre_processing_time_in_millis, :query_planning_time_in_millis, :engine_execution_time_in_millis, :service_processing_time_in_millis, :total_execution_time_in_millis) SENSITIVE = [] include Aws::Structure end |
#service_pre_processing_time_in_millis ⇒ Integer
The number of milliseconds that Athena spends on preprocessing before it submits the query to the engine.
3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3859 class QueryRuntimeStatisticsTimeline < Struct.new( :query_queue_time_in_millis, :service_pre_processing_time_in_millis, :query_planning_time_in_millis, :engine_execution_time_in_millis, :service_processing_time_in_millis, :total_execution_time_in_millis) SENSITIVE = [] include Aws::Structure end |
#service_processing_time_in_millis ⇒ Integer
The number of milliseconds that Athena took to finalize and publish the query results after the query engine finished running the query.
3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3859 class QueryRuntimeStatisticsTimeline < Struct.new( :query_queue_time_in_millis, :service_pre_processing_time_in_millis, :query_planning_time_in_millis, :engine_execution_time_in_millis, :service_processing_time_in_millis, :total_execution_time_in_millis) SENSITIVE = [] include Aws::Structure end |
#total_execution_time_in_millis ⇒ Integer
The number of milliseconds that Athena took to run the query.
3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3859 class QueryRuntimeStatisticsTimeline < Struct.new( :query_queue_time_in_millis, :service_pre_processing_time_in_millis, :query_planning_time_in_millis, :engine_execution_time_in_millis, :service_processing_time_in_millis, :total_execution_time_in_millis) SENSITIVE = [] include Aws::Structure end |