1.

Point out the wrong statement.(a) Some documents created by internal MongoDB processes may have duplicate fields(b) no MongoDB process will ever add duplicate fields to an existing user document(c) The maximum BSON document size is 16 megabytes(d) None of the mentioned

Answer» Right choice is (c) The maximum BSON document size is 16 megabytes

To explain I would say: The maximum document size helps ensure that a single document cannot use excessive amount of RAM or, during transmission, excessive amount of bandwidth.


Discussion

No Comment Found