March 2018
Beginner to intermediate
308 pages
8h 23m
English
DynamoDB allows you to create an index on an attribute other than the primary key attribute, known as a secondary index. We can use these indexes in scan and query operations to retrieve data more efficiently.
If an item is inserted, deleted, or updated in the table, DynamoDB will automatically maintain any related secondary index for that table.
DynamoDB supports two types of secondary index:
Read now
Unlock full access