Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

MongoDB uses ________ logging to an on-disk journal.

a) write ahead
b) read ahead
c) write once
d) read only

Answer: a
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.

Join The Discussion