跳至内容

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.

已提问 3 年前692 查看次数

1 回答
2
已接受的回答

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.

AWS
专家

已回答 3 年前

专家

已审核 3 年前

专家

已审核 3 年前

  • 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.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。