-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Index Maintenance
-
None
-
ALL
> db.c.drop();
true
> db.c.save(
);
> db.c.ensureIndex(
);
> db.c.find(
);
> db.c.find(
).hint( {$natural:1} );
{ "_id" : ObjectId("4d0fba6fc6237b412f53adeb"), "a" : [ ] }> db.c.find(
{a:[]}).hint(
{a:1});
- is depended on by
-
SERVER-2245 $or deduping should use IndexSpec getKeys
- Closed
-
SERVER-3375 key generation fixes master ticket
- Closed