Advertisement
iBotPeaches

Untitled

Aug 8th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. > db.h4_gamertags.find("0x23", "ibotpeaches_v5").hint('h4_index').explain()
  2. {
  3. "cursor" : "BtreeCursor h4_index",
  4. "isMultiKey" : false,
  5. "n" : 20702,
  6. "nscannedObjects" : 20702,
  7. "nscanned" : 20702,
  8. "nscannedObjectsAllPlans" : 20702,
  9. "nscannedAllPlans" : 20702,
  10. "scanAndOrder" : false,
  11. "indexOnly" : false,
  12. "nYields" : 88,
  13. "nChunkSkips" : 0,
  14. "millis" : 936,
  15. "indexBounds" : {
  16. "0x23" : [
  17. [
  18. {
  19. "$minElement" : 1
  20. },
  21. {
  22. "$maxElement" : 1
  23. }
  24. ]
  25. ],
  26. "0x16" : [
  27. [
  28. {
  29. "$minElement" : 1
  30. },
  31. {
  32. "$maxElement" : 1
  33. }
  34. ]
  35. ]
  36. },
  37. "server" : "zanzibar.connortumbleson.com:27017"
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement