Science, asked by AnishaPhilip7612, 11 months ago

What is use of GridFS in mongodb?

Answers

Answered by AgarwalSahb
0

GridFS is the MongoDB specification for storing and retrieving large files such as images, audio files, video files, etc. It is kind of a file system to store files but its data is stored within MongoDB collections.

Similar questions