Amazon DynamoDB Concepts

From NovaOrdis Knowledge Base
Revision as of 21:01, 24 April 2019 by Ovidiu (talk | contribs) (→‎Item)
Jump to navigation Jump to search

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.

Attribute

Encryption at Rest

Point-in-time Recovery