【发布时间】:2022-06-15 02:02:39
【问题描述】:
我创建了一个容量模式On-demand的发电机数据库表。
我正在对表的全局二级索引执行一些查询,这些查询给了我错误:
An error occurred (ThrottlingException) when calling the Query operation (reached max retries: 2): Throughput exceeds the current capacity for one or more global secondary indexes. DynamoDB is automatically scaling your index so please try again shortly
我的请求失败,这没关系,但我如何确认我的桌子的容量 RCU/WCU 是否增加了?我也无法在 Cloud Watch 中看到任何内容。
【问题讨论】:
标签: amazon-dynamodb dynamodb-queries amazon-dynamodb-index