Denormalizing Models

The denormalization process (SQL to NoSQL model conversion) embeds one or more objects into other objects based on the following logic:

  • One-to-one relationships are converted to Object datatype.

  • One-to-many relationships are converted to an ArrayOfObject datatype.

You can also denormalize models when you derive a new model from an existing model.