1回答
- 新しい順
- 投票が多い順
- コメントが多い順
-1
Sort keys are how you get DynamoDB to return the results in sorted order. Query flexibility is one of the trade-offs to get extreme speed and size. You can always sort at the application layer but then you may be doing table scans to get the whole data set. See: Using Sort Keys to Organize Data in Amazon DynamoDB.
関連するコンテンツ
- AWS公式更新しました 2年前
- AWS公式更新しました 2年前