Follow-up question:
I am currently writing a test for batch size and limit
interoperability. What I found out so far is that the db always try to
fulfill the limit at the first batch (I even tried setting the limit
to 100000 with 100001 expected results), therefore, I had no chance to
use test my modification on using getmore is working properly. Do you
know how can I get around this?
Thanks!