Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
2.5.4
-
None
-
ALL
Description
> db.mxscan.find()._addSpecial( "$maxScan" , 40 ).itcount()
|
40
|
> db.mxscan.find({nr:{$ne:0}})._addSpecial( "$maxScan" , 40 ).itcount()
|
39
|
Doesn't seem to matter if we have an index on "nr" or not.