Question 321:
You have created a platform wherein companies can place their data in Redshift tables for their order history. There are 5 major players which take up 80% of the data hosted and a small number of other players. You need to ensure that the resources for querying is distributed properly for the big players since they take up a major percentage of the data on Redshift. How can you achieve this without much additional maintenance overhead?
Answer options:
A.Create a separate user group and make use of Workload Management B.Segregate the clusters based on the major players C.Make sure the tables are created based on the EVEN distribution style D.Make sure the tables are created based on the ALL distribution style