How To Efficiently Model Your Data With Amazon DynamoDB
Learn how to properly design your data models for lower latency and more scalable tables
Data modelling in DynamoDB is especially important, more so than other NoSQL databases.
There are several modelling techniques to optimize key-value stores (such as the single table design).
In this article, we’ll focus on modelling hierarchical data which comes in handy for use cases where your data possesses hierarchical relationships.
I’ll be using the …
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.