How does journaling work in mongodb?



How does journaling work in mongodb?..

Answer / Meenu Kumari

Journaling in MongoDB is a feature that allows the database to recover from unexpected shutdowns and write errors. It writes all write operations to a log (journal) before they are applied to the database files.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

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

1 Answers  


What is mongodb cluster?

1 Answers  


What is 32-bit nuances?

1 Answers  


What is BSON?

1 Answers  


Does mongodb cost money?

1 Answers  


What is mongodb query language?

1 Answers  


Is mongodb stitch free?

1 Answers  


What is mongodb and why we use?

1 Answers  


Is mongodb hard to learn?

1 Answers  


Does mongodb have a schema?

1 Answers  


How do you see the locking status in mongo instances?

1 Answers  


What is mongodb written in?

1 Answers  


Categories