skip to main content
Connection option descriptions : Batch Update Chunk Size
  

Try DataDirect Drivers Now

Batch Update Chunk Size

Attribute

BatchUpdateChunkSize (bucs)

Purpose

Specifies the maximum number of rows sent to the service when an insert, update, or delete operation impacts multiple rows.

Valid Values

x
where:
x
is a number of rows greater than or equal to 1.

Notes

This option can impact performance by reducing the number of round trips required to complete an insert, update, or delete operation. For example, at the default setting of 200 rows, a 10,000 row insert operation would require 50 round trips. Setting Batch Update Chunk Size to 500 rows would reduce the number of round trips to 20.

Default Value

200