Databases Flashcards
Do NoSQL databases perform aggregations such as SUM() or AVG()
No
Do NoSQL databases scale horizontally?
Yes
Is DynamoDB Highly Available across Multiple AZs out of the box?
Yes
Does Dynamo DB integrate with IAM?
Yes
DynamoDB is made of ____________?
Tables
DynamoDB tables must have a _________?
Partition key
Each DynamoDB item has________?
Attributes
What is the maximum size of an item?
400kb
What is a partition key in DynamoDB?
It acts as a primary key and must be unique for each item. It also must be diverse enough to data is distributed.
What two primary key options are available in DynamoDB?
Partition Key
Partition Key + Sort Key
When using a partition key and sort key in DynamoDB, what is the limitation?
The partition and sort key combination must be unique.
What are the two table classes in DynamoDB?
DynamoDB standard
DynamodDB standard-IA
What does the sort key really do in the UI?
Allows you to sort on a column.
What are the capacity modes in DynamoDB?
Provisioned Mode
On-Demand Mode
How often can you switch between capacity modes in DynamoDB?
Every 24 hours