How to auto scale Amazon DynamoDB throughput?

前端 未结 11 758
渐次进展
渐次进展 2020-12-13 06:59

Amazon DynamoDB doesn’t provide inbuild capabilities to auto tune throughput based on Dynamic Load. It provide API to increase or Decrease throughput. Customers are being c

11条回答
  •  暖寄归人
    2020-12-13 07:06

    AWS added native auto scaling support for DynamoDB in June 2017. See the announcement here.

    You can configure this using code (Java SDK example), but if you have just a few tables, you can use the Management Console. Click in your table configuration and select the Capacity tab. The following image shows what are your options:

提交回复
热议问题