Advertisement
maxboltik

find - users - userId

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