Distinct attribute value from Global Secondary Index in DynamoDB

社会主义新天地 提交于 2019-12-10 19:24:37

问题


How do we achieve the similar functionality of distinct keyword from SQL in Amazon DynamoDB?


回答1:


dyanamo db is not support this kind of functionality, but you can achieve this in some ways (client side, lambda on dynamodb stream the updates another table with distinct values..)

you can find a good answer here: Retrieve distinct values from the hash key - DynamoDB



来源:https://stackoverflow.com/questions/39512491/distinct-attribute-value-from-global-secondary-index-in-dynamodb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!