Amazon DynamoDB Concepts: Difference between revisions
Jump to navigation
Jump to search
(→Item) |
|||
Line 19: | Line 19: | ||
An item is a collection of [[#Attribute|attributes]]. | An item is a collection of [[#Attribute|attributes]]. | ||
=Primary Key= | |||
DynamoDB uses primary keys to uniquely identify each [[#Item|item]] in a [[#Table|table]]. | |||
=Attribute= | =Attribute= |
Revision as of 21:01, 24 April 2019
External
Internal
Overview
Amazon DynamoDB is a managed NoSQL database service.
Table
A table is a collection of items.
Item
An item is a collection of attributes.
Primary Key
DynamoDB uses primary keys to uniquely identify each item in a table.