BulkCommitCount

Specifies the number of rows sent in a bulk transfer before a commit is issued.

Syntax

BulkCommitCount=integer

Range

0–32767

Default

0

Values

integer is the number of rows sent in a bulk transfer.

If the value is 0, the DB2 access service issues a commit at the end of the transfer. If the value is non-zero, the DB2 access service issues a commit after every n rows. For example, if BulkCommitCount is set to 50, a commit is issued after every 50 rows.

Comments