Open In App

Aggregate Data Model in NoSQL

We know, NoSQL are databases that store data in another format other than relational databases. NoSQL deals in nearly every industry nowadays. For the people who interact with data in databases, the Aggregate Data model will help in that interaction.

Features of NoSQL Databases:



Aggregate Data Models:

The term aggregate means a collection of objects that we use to treat as a unit. An aggregate is a collection of data that we interact with as a unit. These units of data or aggregates form the boundaries for ACID operation.

Example of Aggregate Data Model:



 

Here in the diagram have two Aggregate:

Consequences of Aggregate Orientation:

Advantage:

Disadvantage:

Article Tags :