Please enable JavaScript.
Coggle requires JavaScript to display documents.
DynamoDB Design Patterns Best Practices, - Coggle Diagram
DynamoDB Design Patterns Best Practices
understand access patterns
test and verify patterns, adjust keys, repeat
key types
simple
sort (SK)
composite
partition (PK)
sort (SK)
use high-cardinality attribute
there are no datetime types
secondary indexes
local(LSI)
different sort key
at table creation
same provisioning as base table
global(GSI)
separate from base table
Transaction API
DynamoDB Accelerator(DAX)
supports server side encryption
provides caching
modeling
hetero single table
filtering strategies
Sparse Index
partition key
sort key
composite sort key
expressions
client-side
Sorting strategies
timsestamp
KSUIDs
Changing attribute
padding with numbers