DynamoDB自动扩容性能影响

0

预置容量的DynamoDB在写入请求激增(超出预置写入容量)的时候,是否需要一定时间处理自动扩展任务,才能完成写入的扩展?如果需要的话,数据是否会有写入失败的风险?

profile picture
ESPERTO
posta un mese fa24 visualizzazioni
1 Risposta
0

不光amazon dynamodb,任何系统的扩容都需要时间。在扩展过程中,一定会存在写入失败的风险,这应该在设计应用时提前考虑,我们的SDK提供了指数退避功能,来解决这一问题,可以参考:https://docs.aws.amazon.com/zh_cn/general/latest/gr/api-retries.html

profile picture
ESPERTO
con risposta un mese 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