Question 148:
An application is currently accessing a DynamoDB table. Currently, the table queries are performing well. Changes have been made to the application, and now the performance of the application is starting to degrade. After looking at the changes, you see that the queries use an attribute that is not the partition key. Which of the following would be the adequate change to make to resolve the issue?
Answer options:
A.Add a Global Secondary Index to the DynamoDB table. B.Change all the queries to ensure they use the partition key. C.Enable global tables for DynamoDB.D.Change the read capacity on the table.