

InterviewSolution
Saved Bookmarks
1. |
When connected to a MongoDB instance, mongodump can adversely affect ______ performance.(a) mdump(b) mongodump(c) mongod(d) all of the mentioned |
Answer» Right answer is (c) mongod Explanation: If your data is larger than system memory, the queries will push the working set out of memory. |
|