【发布时间】:2016-06-20 14:36:59
【问题描述】:
是否有一种机制可以从 Dynamo DB 表中检索所有项目,其中 GSI 的哈希键以特定字符串开头?
提前致谢!
【问题讨论】:
标签: amazon-web-services amazon-dynamodb
是否有一种机制可以从 Dynamo DB 表中检索所有项目,其中 GSI 的哈希键以特定字符串开头?
提前致谢!
【问题讨论】:
标签: amazon-web-services amazon-dynamodb
在查询中使用BEGINS_WITH 条件:http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Condition.html
【讨论】: