Batch Inserts

I want to insert 1million records as batch process , What is the best way to do in performance level?

Fastest would probably be to use the Async driver to fire insert requests in a loop in multiple threads.

2 Likes