-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please support explain clause #28
Comments
I'll try to implement this soon, now that indexes are supported! This requires some change in the front-end. It' might not be trivial, but feel free to give it a try if you want ! |
feliixx
added a commit
that referenced
this issue
Jan 12, 2021
folowing queries are now valid: db.collection.find().explain() db.collection.explain().find() db.collections.explain("executionStats").find() closes #28
@SergeAx it should work fine now: https://mongoplayground.net/p/A-tyGh5-XU7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all, thank you for a great tool! Glad to see it under active development.
I think that it really needs to support "explain", to answer a frequent question "willl this request use my indexes?" and solving other performance-related problems.
I see it as an easy update to .js and can make a pull request, if you like the idea.
The text was updated successfully, but these errors were encountered: