DAX invalidation policy

0

Hi,

Is DAX updating the cache if the update of the table happens via external sources like AWS console, data loader scripts etc. ? I have found out about the write-through policy but seems that it works only when used with the DAX client programmatically.

Roxana
asked a year ago277 views
1 Answer
2
Accepted Answer

No, DAX is not updated unless you explicitly write through DAX which is not possible using the DynamoDB Web Console or any other source which is not running in the VPC and talking directly to DAX.

profile pictureAWS
EXPERT
answered a year ago
profile picture
EXPERT
reviewed a year ago
profile picture
EXPERT
reviewed a year ago
  • Is it the same with ElastiCache?

  • Yes, Elasticache doesn't act as a write through for DynamoDB so you are tasked with both writing to cache and table.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions