Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
2.4.10
-
Fully Compatible
-
ALL
Description
> c.ensureIndex( { a:1 } )
|
> c.save( { a:1 } )
|
> c.save( { a:1 } )
|
> c.save( { a:1 } )
|
> c.find( {}, { _id:0, a:1 } ).hint( { a:1 } )._addSpecial("$showDiskLoc" , true).batchSize( 2 )
|
{ "a" : 1, "$diskLoc" : { "file" : 0, "offset" : 57520 } }
|
{ "a" : 1, "$diskLoc" : { "file" : 0, "offset" : 57572 } }
|
{ "a" : 1 }
|