List of questions
Related questions
Question 67 - DEA-C01 discussion
A company uses an Amazon Redshift provisioned cluster as its database. The Redshift cluster has five reserved ra3.4xlarge nodes and uses key distribution.
A data engineer notices that one of the nodes frequently has a CPU load over 90%. SQL Queries that run on the node are queued. The other four nodes usually have a CPU load under 15% during daily operations.
The data engineer wants to maintain the current number of compute nodes. The data engineer also wants to balance the load more evenly across all five compute nodes.
Which solution will meet these requirements?
Change the sort key to be the data column that is most often used in a WHERE clause of the SQL SELECT statement.
Change the distribution key to the table column that has the largest dimension.
Upgrade the reserved node from ra3.4xlarqe to ra3.16xlarqe.
Change the primary key to be the data column that is most often used in a WHERE clause of the SQL SELECT statement.
0 comments
Leave a comment first