Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
An AWS-hosted application utilizes a DynamoDB table, facing performance issues with certain attribute-based queries not aligned with the table's primary key structure. With an anticipated data growth, how can a developer enhance query performance?
A
Enhance request efficiency by increasing the Limit parameter's page size and implementing retries for throughput-exceeding requests.
B
Optimize query access by creating a global secondary index with the query attribute as its partition key.
C
Accelerate query processing through parallel scan operations, defining segments for individual scan requests within the total segment count.
D
Scale read performance by enabling auto scaling for read capacity and raising the read capacity unit limit.