Last active
November 15, 2016 02:05
-
-
Save RavenZZ/c612a72f4a439d5cc69cdf8dcb65c939 to your computer and use it in GitHub Desktop.
Mongo system.profile
This file contains hidden or 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.setProfilingLevel(0) | |
| db.system.profile.drop() |
This file contains hidden or 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.setProfilingLevel(1,100) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment