QuestionQ172
Data Operations and SupportA company uses an Amazon Redshift provisioned cluster for its database. The Redshift cluster contains five reserved ra3.4xlarge nodes and uses key distribution.
A data engineer observes that one node frequently has CPU utilization above 90%. SQL queries that execute on that node are queued. During daily operations, the other four nodes generally have CPU utilization below 15%.
The data engineer wants to retain the current number of compute nodes. The data engineer also wants to distribute the load more evenly across all five compute nodes.
Which solution meets these requirements?
- A Change the sort key to be the data column that is most often used in a WHERE clause of the SQL SELECT statement.
- B Change the distribution key to the table column that has the largest dimension.
- C Upgrade the reserved node from ra3.4xlarge to ra3.16xlarge.
- D Change the primary key to be the data column that is most often used in a WHERE clause of the SQL SELECT statement.
Community Discussion