- In-memory database
- NoSQL database
- Relational database
- Hierarchical database
- By using a collection of multiple items
- By using a collection of multiple replica tables
- By using a collection of multiple partition keys
- By using a collection of one or more attributes
- Each partition has a maximum size of about 10MB.
- Partitioning is the manual replication of table across multiple Availability Zones within an AWS Region.
- Partitioning is the allocation of storage for a table.
- As data grows, table data is partitioned and indexed by a composite key.
- No two items in a table can use the same partition keys.
- A table can have two partition keys.
- A primary key is composed of two partition keys
- Partition keys uniquely identify each item in the table.
- Two ways
- Four ways
- One way
- Three ways