adspace


What is gridfs in mongodb?

Answer Posted / Savitri

GridFS is a MongoDB storage engine designed to store large files. It breaks a single file into chunks and stores each chunk as a separate document, making it easier to manage and retrieve large data.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How did mongodb get its name?

60


How to define array in mongoose schema?

78


what is the command syntax for inserting a document?

62