Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
1.6.0
-
None
-
Linux 64 bit
-
Linux
Description
> db.oplog.rs.find().sort(
{natural:-1})
> db.oplog.$main.find().sort(
)
error: {
"$err" : "too much data for sort() with no index. add an index or specify a smaller limit",
"code" : 10128
}
> db.oplog.$main.find()