Bulk Load Concurrency Mode
- Last Updated: July 30, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- Salesforce 8.0
- Documentation
Attribute
BulkLoadConcurrencyMode (blcm)
Purpose
Determines whether multiple batches associated with a bulk load operation are processed by Salesforce in parallel or one at a time.
Valid Values
0 | 1
parallel | serial
Behavior
If set to 0 (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 1 (Serial), multiple batches associated with a bulk load operation are processed one at a time.
Default Value
0 (Parallel)