Created
June 3, 2013 07:08
-
-
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
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.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