Manish pamnani
According to the doc the batchsize() does not effect if it's record size is less then default batchsize()
db.inventory.find().batchSize(10)
The batchSize() method does not change the output in the mongo shell, which, by default, iterates over the first 20 documents.