

InterviewSolution
Saved Bookmarks
1. |
_____________ is used to control mongod commits in the journal.(a) commitIntervMs(b) commitInterval(c) commitIntervalMs(d) all of the mentioned |
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. |
|