Question: Explain the GridFS in MongoDB.Answer: GridFS is a specification for storing and retrieving large files in MongoDB. It divides a file into chunks and stores each chunk as a separate document. |
Is it helpful?
Yes
No
Most helpful rated by users: