Question 73:
Taking Advantage of Parallel Scans https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-query-scan.html An application developer finds that a scan operation on a large DynamoDB table is taking a long time to execute. What can be used to decrease the execution time of the scan operation?
Answer options:
A.Use of parallel scans B.Use of filter expression C.Use of pagination D.Use of projection expression