mongoid / mongoid-grid_fs

A pure Mongoid/Moped implementation of the MongoDB GridFS specification.
Other
83 stars 50 forks source link

Added hint to use filename index #57

Closed evgeniy-b closed 8 years ago

evgeniy-b commented 8 years ago

In some cases mongodb query planner does not use filename index and scans by uploadDate which much slower. Using hint we can ensure that collection will be looked up by filename.