Advertisement
maxboltik

Untitled

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