When inserting a large number of rows, in your batch statement, is there any reason to have each ins

When inserting a large number of rows, in your batch statement, is there any reason to have each insert statement insert say 20 rows (the kind of thing you might do in a transaction).. or is it better to just have every row as a separate insert statement?
Was this page helpful?