Guest User

Untitled

a guest
Jun 8th, 2022
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 9.21 KB | None | 0 0
  1. {
  2.         "explainVersion" : "1",
  3.         "stages" : [
  4.                 {
  5.                         "$cursor" : {
  6.                                 "queryPlanner" : {
  7.                                         "namespace" : "loa.document",
  8.                                         "indexFilterSet" : false,
  9.                                         "parsedQuery" : {
  10.  
  11.                                         },
  12.                                         "queryHash" : "B9878693",
  13.                                         "planCacheKey" : "8EAA28C6",
  14.                                         "maxIndexedOrSolutionsReached" : false,
  15.                                         "maxIndexedAndSolutionsReached" : false,
  16.                                         "maxScansToExplodeReached" : false,
  17.                                         "winningPlan" : {
  18.                                                 "stage" : "PROJECTION_COVERED",
  19.                                                 "transformBy" : {
  20.                                                         "status" : 1,
  21.                                                         "_id" : 0
  22.                                                 },
  23.                                                 "inputStage" : {
  24.                                                         "stage" : "IXSCAN",
  25.                                                         "keyPattern" : {
  26.                                                                 "status" : 1
  27.                                                         },
  28.                                                         "indexName" : "status_index",
  29.                                                         "isMultiKey" : false,
  30.                                                         "multiKeyPaths" : {
  31.                                                                 "status" : [ ]
  32.                                                         },
  33.                                                         "isUnique" : false,
  34.                                                         "isSparse" : false,
  35.                                                         "isPartial" : false,
  36.                                                         "indexVersion" : 2,
  37.                                                         "direction" : "forward",
  38.                                                         "indexBounds" : {
  39.                                                                 "status" : [
  40.                                                                         "[MinKey, MaxKey]"
  41.                                                                 ]
  42.                                                         }
  43.                                                 }
  44.                                         },
  45.                                         "rejectedPlans" : [ ]
  46.                                 },
  47.                                 "executionStats" : {
  48.                                         "executionSuccess" : true,
  49.                                         "nReturned" : 77914973,
  50.                                         "executionTimeMillis" : 87340,
  51.                                         "totalKeysExamined" : 77914973,
  52.                                         "totalDocsExamined" : 0,
  53.                                         "executionStages" : {
  54.                                                 "stage" : "PROJECTION_COVERED",
  55.                                                 "nReturned" : 77914973,
  56.                                                 "executionTimeMillisEstimate" : 5181,
  57.                                                 "works" : 77914974,
  58.                                                 "advanced" : 77914973,
  59.                                                 "needTime" : 0,
  60.                                                 "needYield" : 0,
  61.                                                 "saveState" : 80844,
  62.                                                 "restoreState" : 80844,
  63.                                                 "isEOF" : 1,
  64.                                                 "transformBy" : {
  65.                                                         "status" : 1,
  66.                                                         "_id" : 0
  67.                                                 },
  68.                                                 "inputStage" : {
  69.                                                         "stage" : "IXSCAN",
  70.                                                         "nReturned" : 77914973,
  71.                                                         "executionTimeMillisEstimate" : 3373,
  72.                                                         "works" : 77914974,
  73.                                                         "advanced" : 77914973,
  74.                                                         "needTime" : 0,
  75.                                                         "needYield" : 0,
  76.                                                         "saveState" : 80844,
  77.                                                         "restoreState" : 80844,
  78.                                                         "isEOF" : 1,
  79.                                                         "keyPattern" : {
  80.                                                                 "status" : 1
  81.                                                         },
  82.                                                         "indexName" : "status_index",
  83.                                                         "isMultiKey" : false,
  84.                                                         "multiKeyPaths" : {
  85.                                                                 "status" : [ ]
  86.                                                         },
  87.                                                         "isUnique" : false,
  88.                                                         "isSparse" : false,
  89.                                                         "isPartial" : false,
  90.                                                         "indexVersion" : 2,
  91.                                                         "direction" : "forward",
  92.                                                         "indexBounds" : {
  93.                                                                 "status" : [
  94.                                                                         "[MinKey, MaxKey]"
  95.                                                                 ]
  96.                                                         },
  97.                                                         "keysExamined" : 77914973,
  98.                                                         "seeks" : 1,
  99.                                                         "dupsTested" : 0,
  100.                                                         "dupsDropped" : 0
  101.                                                 }
  102.                                         }
  103.                                 }
  104.                         },
  105.                         "nReturned" : NumberLong(77914973),
  106.                         "executionTimeMillisEstimate" : NumberLong(67884)
  107.                 },
  108.                 {
  109.                         "$group" : {
  110.                                 "_id" : "$status",
  111.                                 "status" : {
  112.                                         "$sum" : {
  113.                                                 "$const" : 1
  114.                                         }
  115.                                 }
  116.                         },
  117.                         "maxAccumulatorMemoryUsageBytes" : {
  118.                                 "status" : NumberLong(216)
  119.                         },
  120.                         "totalOutputDataSizeBytes" : NumberLong(687),
  121.                         "usedDisk" : false,
  122.                         "nReturned" : NumberLong(3),
  123.                         "executionTimeMillisEstimate" : NumberLong(87339)
  124.                 }
  125.         ],
  126.         "serverInfo" : {
  127.                 "host" : "rack-compute-2",
  128.                 "port" : 27017,
  129.                 "version" : "5.0.6",
  130.                 "gitVersion" : "212a8dbb47f07427dae194a9c75baec1d81d9259"
  131.         },
  132.         "serverParameters" : {
  133.                 "internalQueryFacetBufferSizeBytes" : 104857600,
  134.                 "internalQueryFacetMaxOutputDocSizeBytes" : 104857600,
  135.                 "internalLookupStageIntermediateDocumentMaxSizeBytes" : 104857600,
  136.                 "internalDocumentSourceGroupMaxMemoryBytes" : 104857600,
  137.                 "internalQueryMaxBlockingSortMemoryUsageBytes" : 104857600,
  138.                 "internalQueryProhibitBlockingMergeOnMongoS" : 0,
  139.                 "internalQueryMaxAddToSetBytes" : 104857600,
  140.                 "internalDocumentSourceSetWindowFieldsMaxMemoryBytes" : 104857600
  141.         },
  142.         "command" : {
  143.                 "aggregate" : "document",
  144.                 "pipeline" : [
  145.                         {
  146.                                 "$group" : {
  147.                                         "_id" : "$status",
  148.                                         "status" : {
  149.                                                 "$sum" : 1
  150.                                         }
  151.                                 }
  152.                         }
  153.                 ],
  154.                 "hint" : "status_index",
  155.                 "cursor" : {
  156.  
  157.                 },
  158.                 "$db" : "loa"
  159.         },
  160.         "ok" : 1
  161. }
Advertisement
Add Comment
Please, Sign In to add comment