-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.7.2
-
Component/s: None
-
Environment:MongoDB 2.0.4 ( CentOS 5.3 ) --> Sharding : 3 datanode , 3 mongos, 3mongod conf
Java Driver 2.7.2
-
None
-
None
-
None
-
None
-
None
-
None
-
None
I use the MongoDB and develop by java enviroment. and Using find mehtod with skip and limit, result of find is not correct.
For example find(query).skip(0).limit(1000) --> This query result is not correct, but if i set the limit value 100 or 300, the result is correct.
Query is very simple but use the array index.
What is the problem ? Please Solve this..