mongoid-grid_fs icon indicating copy to clipboard operation
mongoid-grid_fs copied to clipboard

Added hint to use filename index

Open evgeniy-b opened this issue 10 years ago • 0 comments

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.

evgeniy-b avatar Oct 27 '15 15:10 evgeniy-b