标签: amazon-dynamodb
是否可以将新的本地二级索引添加到现有的DynamoDB表中?
答案 0 :(得分:13)
不,你不能这样做,只能在现有表中添加全局二级索引。
来自documentation:
Local secondary indexes on a table are created when the table is created.