When using a large Scan operation in DynamoDB, what technique can be used to minimize
the impact of a scan on a table’s provisioned throughput?
A.
Set a smaller page size for the scan
B.
Prewarm the table by updating all items
C.
Use parallel scans
D.
Define a range index on the table
Explanation:
A
a
http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScanGuidelines.html
A
Use Smaller Page Size so retrict amount of data QUERIED
A
http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScanGuidelines.html