Batch Update Chunk Size
- Last Updated: November 2, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Microsoft Dynamics 365 8.0
- Documentation
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