TweetOne really useful built-in feature of MongoDB is it’s GridFS. This filesystem within MongoDB was designed for … well, holding files, especially files over 4MB … why 4MB? Well BSON objects are limited to 4MB in size (BSON is the format that MongoDB uses to store it’s database information) so GridFS helps store files across [...]
Browsing the archives for the GridFS category


