スキップしてコンテンツを表示

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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ