DynamoDB tables impact of DAX is created with permissions to access all tables

0

I'm curious about the implications of allowing a DAX cluster to access all tables. If I grant DAX this access, will all tables be affected? I understand that for caching, DAX needs to interact with all of DynamoDB, which might suggest a potential degradation in table performance. Could you provide more details on this?

Thanks, Oleksandr

OK
質問済み 7ヶ月前176ビュー
1回答
1

No there will be no table degradation. DAX will have to interact with all tables yes, but the alternative is your client directly interacts with all tables. DynamoDB will still maintain its performance so long as you follow DynamoDB best practices.

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/best-practices.html

profile pictureAWS
エキスパート
回答済み 7ヶ月前

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

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

質問に答えるためのガイドライン

関連するコンテンツ