How is Amazon DynamoDB throughput calculated and limited?

后端 未结 7 1062
一个人的身影
一个人的身影 2021-01-30 13:32

Is it averaged per second? Per minute? Per hour?

For example.. if I pay for 10 \"read units\" which allows for 10 highly consistent reads per second, will I be throttl

7条回答
  •  长情又很酷
    2021-01-30 14:07

    https://aws.amazon.com/blogs/developer/rate-limited-scans-in-amazon-dynamodb/

    Using google guava library to use rateLimiter class to limit the consumed capacity is possible.

提交回复
热议问题