Question 320:
Your team is working on an application that is going to work with a DynamoDB table. At the design stage, you are trying to find out the optimum way to define partition keys and secondary indexes. Which of the following are recommendations for defining secondary indexes? Choose 2 answers from the options given below.
Answer options:
A.Keep the number of indexes to a minimum. B.Define as many indexes as possible to maximize performance. C.Avoid indexing tables that experience heavy write activity. D.Add indexes to tables that experience heavy write activity.