Answer Posted / Vabhav Chandra Gaur
GridFS is a specification for storing large files that exceed the BSON-document size limit (16MB) across multiple documents in MongoDB. It automatically divides the file into chunks and stores each chunk as a separate document within a GridFS collection.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers