About deleting the index of dynamodb

0

As far as I know, when RDB's index deletion request occurs, it does not actually delete the index, but it is disabled. However, in the dynamodb document, it is mentioned that the index is "deleted". I wonder if it is actually deleted or disabled. I am not good at speaking English. Thank you for your understanding.

已提问 1 年前198 查看次数
1 回答
0

Hi,

Key deletion in DynamoDB means complete removal, as you suggest. Global secondary indexes can be deleted (https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GSI.OnlineOps.html#GSI.OnlineOps.Deleting).

Regarding partition and sort keys, they cannot be changed/deleted, so you ll need create a new table with new keys.

Hope it clarifies and great English by the way ;)

profile picture
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容