Because Db2 does not have native bulk load support, the driver emulates bulk load using the standard batch mechanism.

The BulkLoadBatchSize connection property affects how bulk load works with the Db2 driver. It suggests the number of rows to be loaded to the database when bulk loading data. The default is 2048.