What is gridfs in mongodb?



What is gridfs in mongodb?..

Answer / 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

More MongoDB Interview Questions

How to do transaction/locking in mongodb?

1 Answers  


What is the basic syntax to use index in mongodb?

1 Answers  


Can journaling feature be used to perform safe hot backups?

1 Answers  


Can I use mongodb for free?

1 Answers  


What is mongod command?

1 Answers  


What is a master or primary?

1 Answers  


What is difference between mysql and mongodb?

1 Answers  


Does mongodb use hadoop?

1 Answers  


What is the syntax of update document?

1 Answers  


What is skip() method?

1 Answers  


Which language is best for mongodb?

1 Answers  


Can we use jpa with mongodb?

1 Answers  


Categories