-
Type:
Bug
-
Resolution: Incomplete
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.0.2
-
Component/s: Querying
-
None
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
mongod 3.0.2, sharded collection with 2.72B documents.
running a query with db.col.explain("executionStats").find(querydoc).sort(sortdoc) does not return any data even if wait hours. db.col.find(querydoc).sort(sortdoc) would work after a few seconds. Similarly, if you do a :
db.col.find(querydoc).sort(sortdoc).explain() , you will get results after a few seconds, where db.col.find(querydoc).sort(sortdoc).explain("executionStats") just hangs.