Where mongodb data is stored?



Where mongodb data is stored?..

Answer / Rinshu Kanaujiya

By default, MongoDB stores its data on the local disk in operating system-specific locations. The data directory can be configured using the storage.dbPath option when starting the MongoDB server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

What is write concern in mongodb?

1 Answers  


Is mongodb easy to learn?

1 Answers  


If you remove a document from database, does mongodb remove it from disk?

1 Answers  


What language you can use with mongodb?

1 Answers  


How to connect to mongodb using mongoose in node.js?

1 Answers  


What will be objects between two dates in mongodb?

1 Answers  


How do I drop a collection in mongodb? Write it's syntax

1 Answers  


What is the use of limit() function in mongodb?

1 Answers  


Can you perform read/write operation for ever yield lock?

1 Answers  


Explain what are indexes in mongodb?

1 Answers  


Is mongodb better than other sql databases? If yes then how?

1 Answers  


Which function is used to create an index?

1 Answers  


Categories