-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.6.0
-
Component/s: Querying
-
None
-
Environment:Linux 64 bit
-
Linux
> 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()