-
Type: Bug
-
Resolution: Incomplete
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:MongoDB 1.8.1
-
ALL
Querying a date with $gt and then attempting to run count() on the resulting cursor hangs.
Ex: db.file.find({datemodified:{$gt:new Date(1219399422000)}}).limit(10).count();
- related to
-
SERVER-2274 Performance of count() on range check queries is worse than it should be
- Closed