Closed TomTaylorLondon closed 3 years ago
Correcting the index to correctly be used in read(..)
https://www.mongodb.com/blog/post/performance-best-practices-indexing
See ESR rule
Note: this fix is in active use, and speeds up queries with a large number of chunks dramatically (10minutes to <1 second)
lgtm! 🚢
Thanks!
Correcting the index to correctly be used in read(..)
https://www.mongodb.com/blog/post/performance-best-practices-indexing
See ESR rule