adspace


How does journaling work in mongodb?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to define array in mongoose schema?

79


what is the command syntax for inserting a document?

62


How did mongodb get its name?

60