BulkLoadConcurrencyMode
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Purpose
Determines whether multiple batches associated with a bulk load operation are processed by Salesforce in parallel or one at a time.
Valid Values
parallel | serial
Behavior
If set to parallel, multiple batches associated with a bulk load operation
are processed in parallel. The order in which the batches are processed can vary.
If set to serial, multiple batches associated with a bulk load operation
are processed one at a time.
Default
parallel
Data Type
String