Enhacement: Optimize the 'InsertAll' way of insertion. #380
Labels
optimization
An optimization task
performance
A performance related task/feature
todo
Things to be done in the future
Description
Currently, the 'InsertAll' is generating a packed-statements of INSERT statement.
Let us say, you are inserting 10 rows of customer.
It is more optimal to use it this way.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: