mongoid-grid_fs
mongoid-grid_fs copied to clipboard
Added hint to use filename index
In some cases mongodb query planner does not use filename index and scans by uploadDate which much slower. Using hint we can ensure that document will be looked up by filename index.