GridFS vs Filesystem storage

The primary benefit is using GridFS is the migration part. you don’t need to worry about the migration of data as data is stored as chunks in the collection itself. But yes it doesn’t scale and will cause performance issues.

1 Like