Guest User

Untitled

a guest
Aug 14th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. MongoDB regular expression with indexed field
  2. "cursor" : "BtreeCursor A_1 multi",
  3. "nscanned" : 500001,
  4. "nscannedObjects" : 10,
  5. "n" : 10,
  6. "millis" : 956,
  7. "nYields" : 0,
  8. "nChunkSkips" : 0,
  9. "isMultiKey" : false,
  10. "indexOnly" : false,
  11. "indexBounds" : {
  12. "A" : [
  13. [
  14. "",
  15. {
  16.  
  17. }
  18. ],
  19. [
  20. /BLABLA!25500[0-9]/,
  21. /BLABLA!25500[0-9]/
  22. ]
  23. ]
  24. }
  25.  
  26. "cursor" : "BasicCursor",
  27. "nscanned" : 500002,
  28. "nscannedObjects" : 500002,
  29. "n" : 10,
  30. "millis" : 531,
  31. "nYields" : 0,
  32. "nChunkSkips" : 0,
  33. "isMultiKey" : false,
  34. "indexOnly" : false,
  35. "indexBounds" : {
  36.  
  37. }
Add Comment
Please, Sign In to add comment