List of questions
Related questions
Question 3 - DEA-C01 discussion
A company's data engineer needs to optimize the performance of table SQL queries. The company stores data in an Amazon Redshift cluster. The data engineer cannot increase the size of the cluster because of budget constraints.
The company stores the data in multiple tables and loads the data by using the EVEN distribution style. Some tables are hundreds of gigabytes in size. Other tables are less than 10 MB in size.
Which solution will meet these requirements?
Keep using the EVEN distribution style for all tables. Specify primary and foreign keys for all tables.
Use the ALL distribution style for large tables. Specify primary and foreign keys for all tables.
Use the ALL distribution style for rarely updated small tables. Specify primary and foreign keys for all tables.
Specify a combination of distribution, sort, and partition keys for all tables.
0 comments
Leave a comment first