Advertisement
Guest User

Untitled

a guest
Dec 15th, 2012
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. ----- Core Duo 3ghz 8GB WinXP x64 --- (however win sucks in this case even compared with small vps) ---
  2. Save 20000 docs
  3. Rate MongoDB save MongoDB::Async2 save
  4. MongoDB save 24155/s -- -28%
  5. MongoDB::Async2 save 33727/s 40% --
  6.  
  7. Get 20000 docs
  8. s/iter MongoDB all MongoDB::Async2 all
  9. MongoDB all 1.37 -- -46%
  10. MongoDB::Async2 all 0.739 86% --
  11.  
  12. Get 100 docs
  13. (warning: too few iterations for a reliable count)
  14. Rate MongoDB all MongoDB::Async2 all
  15. MongoDB all 3650/s -- -46%
  16. MongoDB::Async2 all 6757/s 85% --
  17.  
  18. Get 1 doc
  19. Rate MongoDB::Async2 find_one MongoDB find_one
  20. MongoDB::Async2 find_one 7107/s -- -2%
  21. MongoDB find_one 7267/s 2% --
  22.  
  23.  
  24.  
  25. --------------------- 1gzh 512m CentOS VPS (KVM) -----------
  26.  
  27. Save 20000 docs
  28. (warning: too few iterations for a reliable count)
  29. Rate MongoDB save MongoDB::Async2 save
  30. MongoDB save 35714/s -- -48%
  31. MongoDB::Async2 save 68966/s 93% --
  32.  
  33. Get 20000 docs
  34. Rate MongoDB all MongoDB::Async2 all
  35. MongoDB all 1.37/s -- -52%
  36. MongoDB::Async2 all 2.88/s 110% --
  37.  
  38. Get 100 docs
  39. (warning: too few iterations for a reliable count)
  40. (warning: too few iterations for a reliable count)
  41. Rate MongoDB all MongoDB::Async2 all
  42. MongoDB all 6667/s -- -37%
  43. MongoDB::Async2 all 10526/s 58% --
  44.  
  45. Get 1 doc
  46. Rate MongoDB find_one MongoDB::Async2 find_one
  47. MongoDB find_one 10101/s -- -15%
  48. MongoDB::Async2 find_one 11905/s 18% --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement