The Single Table Design Vs Multi-Table Design In DynamoDB
The how and why of using both table design patterns in DynamoDB
The single table design is a design pattern used that enables more efficient relational data storage in DynamoDB.
The motivation behind the single table design is this:
“Data that is fetched together, should be stored together”.
A good example is an e-commerce application database. Records like users, orders, transactions are always fecthed together. Manag…
Keep reading with a 7-day free trial
Subscribe to The Serverless Spotlight to keep reading this post and get 7 days of free access to the full post archives.