Advertisement
Guest User

Untitled

a guest
Feb 13th, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.    "cursor":"BtreeCursor _id_",
  3.    "isMultiKey":false,
  4.    "n":1,
  5.    "nscannedObjects":1,
  6.    "nscanned":1,
  7.    "nscannedObjectsAllPlans":1,
  8.    "nscannedAllPlans":1,
  9.    "scanAndOrder":false,
  10.    "indexOnly":false,
  11.    "nYields":0,
  12.    "nChunkSkips":0,
  13.    "millis":0,
  14.    "indexBounds":{
  15.       "start":{
  16.          "_id":ObjectId("511a9d5176eb781eb40d5c1c")
  17.       },
  18.       "end":{
  19.          "_id":ObjectId("511a9d5176eb781eb40d5c1c")
  20.       }
  21.    },
  22.    "allPlans":[
  23.       {
  24.          "cursor":"BtreeCursor _id_",
  25.          "n":1,
  26.          "nscannedObjects":1,
  27.          "nscanned":1,
  28.          "indexBounds":{
  29.             "start":{
  30.                "_id":ObjectId("511a9d5176eb781eb40d5c1c")
  31.             },
  32.             "end":{
  33.                "_id":ObjectId("511a9d5176eb781eb40d5c1c")
  34.             }
  35.          }
  36.       }
  37.    ],
  38.    "oldPlan":{
  39.       "cursor":"BtreeCursor _id_",
  40.       "indexBounds":{
  41.          "_id":[
  42.             [
  43.                ObjectId("511a9d5176eb781eb40d5c1c"),
  44.                ObjectId("511a9d5176eb781eb40d5c1c")
  45.             ]
  46.          ]
  47.       }
  48.    },
  49.    "server":"MyServer:27017"
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement