1 個回答
- 最新
- 最多得票
- 最多評論
0
You only pay for what you read. If you have a limit of 1 then you only pay to read one item.
However, if you use a filter expression then you pay to read whatever items match your KeyConditionExpression
and the FilterExpression
is applied afterwards.
In summary, whatever matches the KeyConditionExpression
will be read, but can be reduced by using Limit
.
相關內容
- AWS 官方已更新 2 年前
- AWS 官方已更新 1 年前