Does mongodb store data in memory?



Does mongodb store data in memory?..

Answer / Namita Mishra

MongoDB stores data on disk by default. However, it can use an in-memory storage engine (WiredTiger or MMAPv1) for faster performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

Give any 6 data types of MongoDB?

1 Answers  


Can you create an index on an array field in mongodb? If yes, what happens in this case?

1 Answers  


How to do transaction/locking in mongodb?

1 Answers  


Write the syntax for creating a collection and dropping a collection in mongodb.

1 Answers  


How many indexes does mongodb create by default for a new collection?

1 Answers  


What is replica set in mongodb? Explain

1 Answers  


Can we use jpa with mongodb?

1 Answers  


Mongodb uses bson to represent document structures. True or false?

1 Answers  


Can I use sql in mongodb?

1 Answers  


Do the mongodb databases have schema?

1 Answers  


What is data model in mongodb?

1 Answers  


Is mongodb free for commercial?

1 Answers  


Categories