Last active
January 14, 2019 13:28
-
-
Save pablocattaneo/57e341a30b43b7b9af7807091493bff4 to your computer and use it in GitHub Desktop.
How get stats of a mongodb query? #mongoDb #mongoShell Source: https://docs.mongodb.com/manual/reference/command/explain/
https://docs.mongodb.com/manual/reference/command/explain/#explain-executionstats
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.collectionName.explain("executionStats").find() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment