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.

asked a year ago191 views
1 Answer
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
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions