#data-model

[ follow ]
#dynamodb
fromdeath and gravity
1 week ago
Software development

DynamoDB crash course: part 2 - data model

DynamoDB's core model centers on tables, items (identified by partition and sort keys), attributes, distinct logical and physical models, and a 400 KB per-item size limit.
fromdeath and gravity
3 weeks ago
Software development

DynamoDB crash course: part 1 - philosophy

DynamoDB is a low-level managed NoSQL service where tables use partition (hash) and optional sort (range) keys; application-level query planning and index management required.
[ Load more ]