johnlpage/POCDriver

What command does POCDriver runs at backend.

nitin-mongo opened this issue · 1 comments

Doing insert testing using custom script with insert_many in batch of 1000 . Results are different when compared to results of POCDriver. Wanted to know what command does pocdriver runs at backend for inserts.

It does insert_many - but if you are using javascript not java then expect things to be to be slower as Javascript will be spending a lot more time and cpu processing and you may have only one thread.