Is mongodb normalized?



Is mongodb normalized?..

Answer / Nakul Kumar

MongoDB doesn't fully support normalization as traditional SQL databases do. Instead, it encourages denormalization or schema-less design to optimize performance and flexibility.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

Why is mongodb so popular?

1 Answers  


If you remove an object attribute, is it deleted from the database?

1 Answers  


How does sharding work with replication in mongodb?

1 Answers  


Does mongodb handle application level caching?

1 Answers  


Why are data files so large?

1 Answers  


When was mongodb founded?

1 Answers  


Define mongodb?

1 Answers  


What should all points be taken into consideration while creating a schema in mongodb?

1 Answers  


Can I use sql in mongodb?

1 Answers  


How does mongodb store data?

1 Answers  


Which are the storage engines used by mongodb?

1 Answers  


What is sharding in mongodb?

1 Answers  


Categories