Skip to content

Instantly share code, notes, and snippets.

@tairov
Created June 3, 2013 07:08
Show Gist options
  • Save tairov/5696524 to your computer and use it in GitHub Desktop.
Save tairov/5696524 to your computer and use it in GitHub Desktop.
mongodb slow-log analyzer https://github.com/dcrosta/professor indexes should be added for solving problems with some queries
db.profiles.ensureIndex({collection: 1});
db.profiles.ensureIndex({collection: 1, op: 1});
db.profiles.ensureIndex({collection: 1, op: 1, skel: 1});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment