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 #58

Open evgeniy-b opened 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 document will be looked up by filename index.