|
Author:
{u'username': u'dstorch', u'name': u'David Storch', u'email': u'david.storch@10gen.com'}
Message: SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()
The explain implementation for .find() and .count() is feature complete. To use
the .find() implementation, set the enableNewExplain setParameter to true.
Count operations are explained through the new explain command, e.g.
db.runCommand({explain: {count: "coll", query:
{foo: "bar"}
}}).
Branch: master
https://github.com/mongodb/mongo/commit/1cc6be662ccd83b0341ef1f31f8f4ad30dc69451
|