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
posta 7 mesi fa177 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 7 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande