Created
February 9, 2016 04:30
-
-
Save saleem-mirza/4828f9d69f441057c2c3 to your computer and use it in GitHub Desktop.
MongoDB slow full text query
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
db.messages.find({$text:{$search:"Gillette"}}).limit(1).explain("allPlansExecution") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment