MongoDB
What is GridFS in MongoDB?
GridFS stores files exceeding the 16MB BSON document limit by splitting them into chunks (default 255KB) across two collections.
GridFS stores files exceeding the 16MB BSON document limit by splitting them into chunks (default 255KB) across two collections.