1.

_____________ is used to control mongod commits in the journal.(a) commitIntervMs(b) commitInterval(c) commitIntervalMs(d) all of the mentionedI have been asked this question by my school teacher while I was bunking the class.Asked question is from Write operations topic in chapter MongoDB CRUD Concepts and Operation of MongoDB

Answer»

Right answer is (c) commitIntervalMs

Best explanation: For REPLICA sets, write OPERATIONS are DURABLE only after a write replicates and commits to the journal on a MAJORITY of the voting members of the SET.



Discussion

No Comment Found

Related InterviewSolutions