DynamoDB Secondary Indexes
For efficient access to data in a table, DynamoDB creates and maintains indexes for the primary key attributes. You can also create one or more secondary indexes on a table.
Can query the secondary index just as you would query a table. Secondary indexes are also specified with a partition key and a sort key.
- Read more about DynamoDB Secondary Indexes
- Log in or register to post comments
Recent comments