Batch insert, delete, and update operations
You can improve bulk processing performance by using the
batchUpdates
setting in the
prconfig.xml
file or Dynamic System Settings. This setting lets you use prepared statements to apply database updates in batches during a Commit operation.
See Commit method for details.