Database Reference
In-Depth Information
Primary key
DynamoDB, being a key-value pair database, does not index on all given attributes for a
given item; it only indexes on the primary key, which is a mandatory attribute for each item
of the table.
DynamoDB supports two types of primary keys:
• Hash primary key
• Hash and range primary key
Search WWH ::




Custom Search