You are on page 1of 1

CS403 GDB 1 Solution 2022

DON’T COPY DO SOME CHANGES!!!

SOLUTION:

In my opinion, we cannot apply the normalization process to non-relational databases. Since not all
rows of a single "table" are stored in non-relational databases in a single node, it is split into multiple
nodes. So there is no way to join tables in relational databases. All attributes required for any query
must be stored as part of the same table/column family. Non-relational databases are suitable for
capturing and processing semi-structured/unstructured data, generated from data sources over which
we have little control. The volume of data is usually huge and the meaning of the data does not remain
the same over time. This gives us an idea that normalization is not preferred in nonrelational databases.

You might also like