How Data is Stored
Learn how DynamoDB stores information.
DynamoDB manages data in a way that is easier and more efficient than other relational databases. It gives us data types and representations that can be used when managing information in this database.
Structure of storage
DynamoDB is a powerful database that stores information without creating relationships among entities. Basically, it only involves a table where information is stored. Every table has the following minimum number of components:
- Items: These are the records that are stored.
- Attributes: They represent the columns that each record has.
- Partition key: These act as the identifier of a record and have to be unique across all tables.
- Sort key: This