Google News
logo
MongoDB - Quiz(MCQ)
MongoDB uses ________ logging to an on-disk journal.
A)
read only
B)
write ahead
C)
write once
D)
read ahead

Correct Answer :   write ahead


Explanation : Leave journaling enabled in order to ensure that mongod will be able to recover its data files and keep the data files in a valid state following a crash.

Advertisement