Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. {
  2. "queryPlanner":{
  3. "plannerVersion":1,
  4. "namespace":"test.users",
  5. "indexFilterSet":false,
  6. "parsedQuery":{
  7. "$not":{
  8. "code":{
  9. "$exists":true
  10. }
  11. }
  12. },
  13. "winningPlan":{
  14. "stage":"COLLSCAN",
  15. "filter":{
  16. "$not":{
  17. "code":{
  18. "$exists":true
  19. }
  20. }
  21. },
  22. "direction":"forward"
  23. },
  24. "rejectedPlans":[
  25.  
  26. ]
  27. },
  28. "executionStats":{
  29. "executionSuccess":true,
  30. "nReturned":4,
  31. "executionTimeMillis":0,
  32. "totalKeysExamined":0,
  33. "totalDocsExamined":9,
  34. "executionStages":{
  35. "stage":"COLLSCAN",
  36. "filter":{
  37. "$not":{
  38. "code":{
  39. "$exists":true
  40. }
  41. }
  42. },
  43. "nReturned":4,
  44. "executionTimeMillisEstimate":0,
  45. "works":11,
  46. "advanced":4,
  47. "needTime":6,
  48. "needYield":0,
  49. "saveState":0,
  50. "restoreState":0,
  51. "isEOF":1,
  52. "invalidates":0,
  53. "direction":"forward",
  54. "docsExamined":9
  55. },
  56. "allPlansExecution":[
  57.  
  58. ]
  59. },
  60. "serverInfo":{
  61. "host":"lateral-dev-box",
  62. "port":27017,
  63. "version":"3.2.7",
  64. "gitVersion":"4249c1d2b5999ebbf1fdf3bc0e0e3b3ff5c0aaf2"
  65. },
  66. "ok":1
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement