johnlpage / POCDriver

Workload Driver for MongoDB in Java
Other
204 stars 87 forks source link

What command does POCDriver runs at backend. #44

Closed nitin-mongo closed 3 years ago

nitin-mongo commented 3 years ago

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.

johnlpage commented 3 years ago

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.