aws.lakeformation.get_query_statistics
Example SQL Queries
SELECT * FROMaws.lakeformation.get_query_statisticsWHERE"query_id" = 'VALUE';Description
Retrieves statistics on the planning and execution of a query.
Table Definition
| Column Name | Column Data Type |
|---|---|
| query_id Required Input Column The ID of the plan query operation. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| execution_statistics An ExecutionStatistics structure containing execution statistics. | STRUCT( |
Show child fields
| |
| planning_statistics A PlanningStatistics structure containing query planning statistics. | STRUCT( |
Show child fields
| |
| query_submission_time The time that the query was submitted. | TIMESTAMP_S |