1.

_______________ is a specification for storing and retrieving files that exceed the BSON-document size limit of 16MB.(a) DataFS(b) GridFS(c) ReadFS(d) None of the mentionedI have been asked this question in my homework.I'd like to ask this question from Data Modeling Concepts topic in portion Data Models of MongoDB

Answer»

Right answer is (b) GridFS

The explanation: INSTEAD of STORING a file in a SINGLE document, GridFS DIVIDES a file into parts, or chunks.



Discussion

No Comment Found

Related InterviewSolutions