Guest User

Untitled

a guest
May 25th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. > db.createCollection("loopinsert")
  2. { "ok" : 1 }
  3. > db.setProfilingLevel(2)
  4. { "was" : 0, "ok" : 1 }
  5. > for(var i=0; i<100000; ++i){ db.loopinsert.save({"num": i}); }
  6. > show profile
  7.  
  8. 2ms Mon May 17 2010 18:13:16
  9. insert test.loopinsert
  10.  
  11.  
  12. 2ms Mon May 17 2010 18:13:16
  13. insert test.loopinsert
  14.  
  15.  
  16. 2ms Mon May 17 2010 18:13:16
  17. insert test.loopinsert
  18.  
  19.  
  20. 2ms Mon May 17 2010 18:13:16
  21. insert test.loopinsert
  22.  
  23.  
  24. >
Add Comment
Please, Sign In to add comment