Amazon DynamoDB Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:


Amazon DynamoDB is a managed NoSQL database service.
Amazon DynamoDB is a managed NoSQL database service.
=Table=
A table is a collection of [[#Item|items]].
=Item=
An item is a collection of [[#Attribute|attributes]].
=Attribute=


=Encryption at Rest=
=Encryption at Rest=


=Point-in-time Recovery=
=Point-in-time Recovery=

Revision as of 20:59, 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.

Attribute

Encryption at Rest

Point-in-time Recovery