skip to main content
Connection Property Descriptions : BulkLoadConcurrencyMode
  

Try DataDirect Drivers Now

BulkLoadConcurrencyMode

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.

Data Source Method

setBulkLoadConcurrencyMode

Default

parallel

Data Type

String

See also

DataDirect Bulk Load