Access Pattern-Driven Design

Back to NoSQL Modeling

Design schema around queries, not entities. Understand all access patterns before designing the data model, then optimize the schema for those specific patterns.


data-modeling nosql access-patterns