Is cursor().explain() supported #239
-
I am unable to understand how to do the following with monger . Also how can i do db.version(). I can only find |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This should have been a discussion, and if you have found a solution, you are welcome to share it here. |
Beta Was this translation helpful? Give feedback.
-
After realizing this is a wrapper around the Java client and doing some digging in the Java client I found that you can do this with |
Beta Was this translation helpful? Give feedback.
After realizing this is a wrapper around the Java client and doing some digging in the Java client I found that you can do this with
(.explain (mc/find db coll {:first_name "Ringo"}))
.