While creating schema in mongodb what are the points need to be taken in consideration?



While creating schema in mongodb what are the points need to be taken in consideration?..

Answer / Shiva Tyagi

When creating a schema in MongoDB, consider using embedded documents instead of references whenever possible for performance benefits. Also, carefully choose your field types and avoid unnecessary data normalization as it may impact read and write performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

What is mongodb config server?

1 Answers  


What will be objects between two dates in mongodb?

1 Answers  


Why mongodb is so popular?

1 Answers  


What is mongodb architecture?

1 Answers  


What is arbiter in mongodb?

1 Answers  


Does google use mongodb?

1 Answers  


Why should we use mongodb?

1 Answers  


What are the best features of mongodb?

1 Answers  


What is the use of mongodb compass?

1 Answers  


Is mongodb still popular?

1 Answers  


Which operations lock the database in mongodb?

1 Answers  


Is mongodb support replication?

1 Answers  


Categories