Advertisement
maxboltik

find - users - $all

Nov 23rd, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.62 KB | None | 0 0
  1. {
  2.     "executionSuccess" : true,
  3.     "nReturned" : 1,
  4.     "executionTimeMillis" : 559,
  5.     "totalKeysExamined" : 153,
  6.     "totalDocsExamined" : 153,
  7.     "executionStages" : {
  8.         "stage" : "FETCH",
  9.         "filter" : {
  10.             "users" : {
  11.                 "$eq" : "9082468"
  12.             }
  13.         },
  14.         "nReturned" : 1,
  15.         "executionTimeMillisEstimate" : 0,
  16.         "works" : 155,
  17.         "advanced" : 1,
  18.         "needTime" : 152,
  19.         "needYield" : 0,
  20.         "saveState" : 25,
  21.         "restoreState" : 25,
  22.         "isEOF" : 1,
  23.         "invalidates" : 0,
  24.         "docsExamined" : 153,
  25.         "alreadyHasObj" : 0,
  26.         "inputStage" : {
  27.             "stage" : "IXSCAN",
  28.             "nReturned" : 153,
  29.             "executionTimeMillisEstimate" : 0,
  30.             "works" : 154,
  31.             "advanced" : 153,
  32.             "needTime" : 0,
  33.             "needYield" : 0,
  34.             "saveState" : 25,
  35.             "restoreState" : 25,
  36.             "isEOF" : 1,
  37.             "invalidates" : 0,
  38.             "keyPattern" : {
  39.                 "users" : 1
  40.             },
  41.             "indexName" : "users_1",
  42.             "isMultiKey" : true,
  43.             "isUnique" : false,
  44.             "isSparse" : false,
  45.             "isPartial" : false,
  46.             "indexVersion" : 1,
  47.             "direction" : "forward",
  48.             "indexBounds" : {
  49.                 "users" : [
  50.                     "[\"5942328\", \"5942328\"]"
  51.                 ]
  52.             },
  53.             "keysExamined" : 153,
  54.             "dupsTested" : 153,
  55.             "dupsDropped" : 0,
  56.             "seenInvalidated" : 0
  57.         }
  58.     }
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement