HOWTO: print more than 20 documents in MongoDB’s shell

less than 1 minute read

$ mongo  
MongoDB shell version: 2.4.5  
connecting to: test  
> DBQuery.shellBatchSize = 100  
100  
> // Starting from now .find() will print out 100 documents each time

Comments