Unlike Single-Master Database, every data has Read & Write permission with every user, and it updates data with each other. Data structures DynamoDB uses hashing and B-trees to manage data. Upon entry, data is first distributed into different partitions by hashing on the partition key. Each partition can store up to 10GB of data and handle by default 1,000 write capacity units (WCU) and 3,000 re..