First page Back Continue Last page Image
Data Models in Document Databases
- You can Nest Objects inside each other
- Advantage: Retrieve both objects in a single operation
- Disadvantage: Nested Objects end up being duplicated
- No real 3rd Normal form for a Document Database
Modeling in a Relational Database is driven by the nature of the data to be stored
Modeling in a Document Database is driven by the nature of the Queries to be executed