List of questions
Related questions
Question 192 - DBS-C01 discussion
A business that specializes in internet advertising is developing an application that will show adverts to its customers. The program stores data in an Amazon DynamoDB database. Additionally, the application caches its reads using a DynamoDB Accelerator (DAX) cluster. The majority of reads come via the GetItem and BatchGetItem queries. The application does not need consistency of readings.
The application cache does not behave as intended after deployment. Specific extremely consistent queries to the DAX cluster are responding in several milliseconds rather than microseconds.
How can the business optimize cache behavior in order to boost application performance?
A.
Increase the size of the DAX cluster.
B.
Configure DAX to be an item cache with no query cache
C.
Use eventually consistent reads instead of strongly consistent reads.
D.
Create a new DAX cluster with a higher TTL for the item cache.
Your answer:
0 comments
Sorted by
Leave a comment first