Skip to content

Instantly share code, notes, and snippets.

@saleem-mirza
Created February 9, 2016 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saleem-mirza/4828f9d69f441057c2c3 to your computer and use it in GitHub Desktop.
Save saleem-mirza/4828f9d69f441057c2c3 to your computer and use it in GitHub Desktop.
MongoDB slow full text query
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