Concept Flow - Partition key selection
Start: Insert item
Extract partition key value
Apply hash function on partition key
Calculate partition (physical storage)
Store item in partition
End
When adding data, DynamoDB uses the partition key value to decide where to store the item by hashing it to a partition.