

InterviewSolution
Saved Bookmarks
1. |
Point out the wrong statement.(a) When running MongoDB in production on Linux, it is recommended that you use Linux kernel version 2.6.36 or later(b) The MongoDB distribution for Solaris include support for the WiredTiger storage engine(c) By default, WiredTiger uses zip compression library(d) None of the mentioned |
Answer» Correct choice is (c) By default, WiredTiger uses zip compression library To explain: By default, WiredTiger uses snappy compression library. |
|