eolas/zk/DynamoDB.md
2024-06-10 07:30:04 +01:00

380 B

id title tags created
xowl DynamoDB
AWS
Sunday, June 09, 2024

DynamoDB

Data structure

Data is stored as a table of key-value pairs. This doesn't mean there are single values corresponding to each key. There can be multiple columns for each key and the key itself is also a column.

DynamoDB is "NoSQL" because it does not support

Usage