Advertisement
Guest User

Untitled

a guest
Feb 12th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.19 KB | None | 0 0
  1. {
  2.     "queryPlanner" : {
  3.         "plannerVersion" : 1.0,
  4.         "namespace" : "start.playback_progress",
  5.         "indexFilterSet" : false,
  6.         "parsedQuery" : {
  7.             "$and" : [
  8.                 {
  9.                     "item_class" : {
  10.                         "$eq" : "Product.Movie"
  11.                     }
  12.                 },
  13.                 {
  14.                     "profile_id" : {
  15.                         "$eq" : "51b1573c-205a-4dd1-b8aa-59efed86b1e3"
  16.                     }
  17.                 }
  18.             ]
  19.         },
  20.         "winningPlan" : {
  21.             "stage" : "FETCH",
  22.             "inputStage" : {
  23.                 "stage" : "IXSCAN",
  24.                 "keyPattern" : {
  25.                     "item_class" : 1.0,
  26.                     "profile_id" : 1.0
  27.                 },
  28.                 "indexName" : "item_class_1_profile_id_1",
  29.                 "isMultiKey" : false,
  30.                 "multiKeyPaths" : {
  31.                     "item_class" : [
  32.  
  33.                     ],
  34.                     "profile_id" : [
  35.  
  36.                     ]
  37.                 },
  38.                 "isUnique" : false,
  39.                 "isSparse" : false,
  40.                 "isPartial" : false,
  41.                 "indexVersion" : 2.0,
  42.                 "direction" : "forward",
  43.                 "indexBounds" : {
  44.                     "item_class" : [
  45.                         "[\"Product.Movie\", \"Product.Movie\"]"
  46.                     ],
  47.                     "profile_id" : [
  48.                         "[\"51b1573c-205a-4dd1-b8aa-59efed86b1e3\", \"51b1573c-205a-4dd1-b8aa-59efed86b1e3\"]"
  49.                     ]
  50.                 }
  51.             }
  52.         },
  53.         "rejectedPlans" : [
  54.  
  55.         ]
  56.     },
  57.     "executionStats" : {
  58.         "executionSuccess" : true,
  59.         "nReturned" : 27.0,
  60.         "executionTimeMillis" : 0.0,
  61.         "totalKeysExamined" : 27.0,
  62.         "totalDocsExamined" : 27.0,
  63.         "executionStages" : {
  64.             "stage" : "FETCH",
  65.             "nReturned" : 27.0,
  66.             "executionTimeMillisEstimate" : 0.0,
  67.             "works" : 28.0,
  68.             "advanced" : 27.0,
  69.             "needTime" : 0.0,
  70.             "needYield" : 0.0,
  71.             "saveState" : 0.0,
  72.             "restoreState" : 0.0,
  73.             "isEOF" : 1.0,
  74.             "invalidates" : 0.0,
  75.             "docsExamined" : 27.0,
  76.             "alreadyHasObj" : 0.0,
  77.             "inputStage" : {
  78.                 "stage" : "IXSCAN",
  79.                 "nReturned" : 27.0,
  80.                 "executionTimeMillisEstimate" : 0.0,
  81.                 "works" : 28.0,
  82.                 "advanced" : 27.0,
  83.                 "needTime" : 0.0,
  84.                 "needYield" : 0.0,
  85.                 "saveState" : 0.0,
  86.                 "restoreState" : 0.0,
  87.                 "isEOF" : 1.0,
  88.                 "invalidates" : 0.0,
  89.                 "keyPattern" : {
  90.                     "item_class" : 1.0,
  91.                     "profile_id" : 1.0
  92.                 },
  93.                 "indexName" : "item_class_1_profile_id_1",
  94.                 "isMultiKey" : false,
  95.                 "multiKeyPaths" : {
  96.                     "item_class" : [
  97.  
  98.                     ],
  99.                     "profile_id" : [
  100.  
  101.                     ]
  102.                 },
  103.                 "isUnique" : false,
  104.                 "isSparse" : false,
  105.                 "isPartial" : false,
  106.                 "indexVersion" : 2.0,
  107.                 "direction" : "forward",
  108.                 "indexBounds" : {
  109.                     "item_class" : [
  110.                         "[\"Product.Movie\", \"Product.Movie\"]"
  111.                     ],
  112.                     "profile_id" : [
  113.                         "[\"51b1573c-205a-4dd1-b8aa-59efed86b1e3\", \"51b1573c-205a-4dd1-b8aa-59efed86b1e3\"]"
  114.                     ]
  115.                 },
  116.                 "keysExamined" : 27.0,
  117.                 "seeks" : 1.0,
  118.                 "dupsTested" : 0.0,
  119.                 "dupsDropped" : 0.0,
  120.                 "seenInvalidated" : 0.0
  121.             }
  122.         }
  123.     },
  124.     "serverInfo" : {
  125.         "host" : "mongo",
  126.         "port" : 27017.0,
  127.         "version" : "4.0.4",
  128.         "gitVersion" : "f288a3bdf201007f3693c58e140056adf8b04839"
  129.     },
  130.     "ok" : 1.0
  131. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement