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 个月前

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

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

回答问题的准则