Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In an application using Amazon DynamoDB, which indexing strategy should a developer implement to enhance query performance for frequently accessed products by productFamily and productType attributes?
A
Create a global secondary index focusing on productFamily and productType.
B
Create a local secondary index focusing on productFamily and productType.
C
Recreate the table with an index on productFamily and productType as part of the schema.
D
Modify queries to perform Scan operations using productFamily and productType.