5
Moving from a Relational Mindset
We hope that the previous chapter, Simple Key-Value, helped you understand a bit about the NoSQL world and particularly how DynamoDB is good at what it was built for – consistent performance at scale. We will build on the same in this chapter, where I’ll attempt to connect DynamoDB data modeling with related aspects from the relational database management systems (RDBMS) world. Although these aspects would be related, they may not necessarily be similar as some of the concepts are more likely the opposite of those in the RDBMS paradigm. For example, we have touched upon the fact that normalization of data with primary and foreign keys is important across relational databases to optimize storage and that is ...
Get Amazon DynamoDB - The Definitive Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.