maxboltik

find - users - userId

Nov 23rd, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.89 KB | None | 0 0
  1. {
  2.     "queryPlanner" : {
  3.         "plannerVersion" : 1,
  4.         "namespace" : "imessage.conversations",
  5.         "indexFilterSet" : false,
  6.         "parsedQuery" : {
  7.             "users" : {
  8.                 "$eq" : "9163099"
  9.             }
  10.         },
  11.         "winningPlan" : {
  12.             "stage" : "FETCH",
  13.             "inputStage" : {
  14.                 "stage" : "IXSCAN",
  15.                 "keyPattern" : {
  16.                     "users" : 1
  17.                 },
  18.                 "indexName" : "users_1",
  19.                 "isMultiKey" : true,
  20.                 "isUnique" : false,
  21.                 "isSparse" : false,
  22.                 "isPartial" : false,
  23.                 "indexVersion" : 1,
  24.                 "direction" : "forward",
  25.                 "indexBounds" : {
  26.                     "users" : [
  27.                         "[\"9163099\", \"9163099\"]"
  28.                     ]
  29.                 }
  30.             }
  31.         },
  32.         "rejectedPlans" : []
  33.     },
  34.     "executionStats" : {
  35.         "executionSuccess" : true,
  36.         "nReturned" : 100,
  37.         "executionTimeMillis" : 352,
  38.         "totalKeysExamined" : 100,
  39.         "totalDocsExamined" : 100,
  40.         "executionStages" : {
  41.             "stage" : "FETCH",
  42.             "nReturned" : 100,
  43.             "executionTimeMillisEstimate" : 350,
  44.             "works" : 101,
  45.             "advanced" : 100,
  46.             "needTime" : 0,
  47.             "needYield" : 0,
  48.             "saveState" : 15,
  49.             "restoreState" : 15,
  50.             "isEOF" : 1,
  51.             "invalidates" : 0,
  52.             "docsExamined" : 100,
  53.             "alreadyHasObj" : 0,
  54.             "inputStage" : {
  55.                 "stage" : "IXSCAN",
  56.                 "nReturned" : 100,
  57.                 "executionTimeMillisEstimate" : 0,
  58.                 "works" : 101,
  59.                 "advanced" : 100,
  60.                 "needTime" : 0,
  61.                 "needYield" : 0,
  62.                 "saveState" : 15,
  63.                 "restoreState" : 15,
  64.                 "isEOF" : 1,
  65.                 "invalidates" : 0,
  66.                 "keyPattern" : {
  67.                     "users" : 1
  68.                 },
  69.                 "indexName" : "users_1",
  70.                 "isMultiKey" : true,
  71.                 "isUnique" : false,
  72.                 "isSparse" : false,
  73.                 "isPartial" : false,
  74.                 "indexVersion" : 1,
  75.                 "direction" : "forward",
  76.                 "indexBounds" : {
  77.                     "users" : [
  78.                         "[\"9163099\", \"9163099\"]"
  79.                     ]
  80.                 },
  81.                 "keysExamined" : 100,
  82.                 "dupsTested" : 100,
  83.                 "dupsDropped" : 0,
  84.                 "seenInvalidated" : 0
  85.             }
  86.         }
  87.     },
  88.     "serverInfo" : {
  89.         "host" : "***",
  90.         "port" : ***,
  91.         "version" : "3.2.11",
  92.         "gitVersion" : "009580ad490190ba33d1c6253ebd8d91808923e4"
  93.     },
  94.     "ok" : 1.0
  95. }
Add Comment
Please, Sign In to add comment