ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 52 - DEA-C01 discussion

Report
Export

A data engineering team is using an Amazon Redshift data warehouse for operational reporting. The team wants to prevent performance issues that might result from long- running queries. A data engineer must choose a system table in Amazon Redshift to record anomalies when a query optimizer identifies conditions that might indicate performance issues.

Which table views should the data engineer use to meet this requirement?

A.

STL USAGE CONTROL

Answers
A.

STL USAGE CONTROL

B.

STL ALERT EVENT LOG

Answers
B.

STL ALERT EVENT LOG

C.

STL QUERY METRICS

Answers
C.

STL QUERY METRICS

D.

STL PLAN INFO

Answers
D.

STL PLAN INFO

Suggested answer: B

Explanation:

The STL ALERT EVENT LOG table view records anomalies when the query optimizer identifies conditions that might indicate performance issues. These conditions include skewed data distribution, missing statistics, nested loop joins, and broadcasted data. The STL ALERT EVENT LOG table view can help the data engineer to identify and troubleshoot the root causes of performance issues and optimize the query execution plan. The other table views are not relevant for this requirement. STL USAGE CONTROL records the usage limits and quotas for Amazon Redshift resources. STL QUERY METRICS records the execution time and resource consumption of queries. STL PLAN INFO records the query execution plan and the steps involved in each query.Reference:

STL ALERT EVENT LOG

System Tables and Views

AWS Certified Data Engineer - Associate DEA-C01 Complete Study Guide

asked 29/10/2024
Mukesh Kumar
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first