DynamoDB - Access Patterns and Query Optimization
Given a DynamoDB table with primary key
{ PartitionKey: 'CustomerId', SortKey: 'OrderDate' }, which query will efficiently retrieve all orders for customer '123' sorted by date?