☁️ AWS Cloud1 / 16
DatabasesAdvanced
A team is designing a DynamoDB table keyed on
customerId (partition key) and orderDate (sort key). They also need to query the same items by a different sort attribute, totalAmount, while keeping the same partition key, and they require strongly consistent reads on that alternate query. Which index should they create, and when?