0 votes
in MongoDB by
Define GridFS and its functionality  in MongoDB?

1 Answer

0 votes
by

In MongoDB, GridFS is a special specification for storing and retrieving files which exceed the BSON-document size limit (16MB). The major functionality of this grid is to divide a file into smaller segments, and stores each of those segments as a separate document instead of storing then into a single document.

Related questions

0 votes
+1 vote
asked May 18, 2020 in MongoDB by SakshiSharma
0 votes
asked Jan 7, 2023 in MongoDB by sharadyadav1986
...