skip to main content
Connection Option Descriptions : Enable Bulk Load
  

Try DataDirect Drivers Now

Enable Bulk Load

Attribute

EnableBulkLoad (EBL)

Purpose

Specifies whether the driver can use the Salesforce Bulk API for inserts, updates, and deletes based on the value of the Bulk Load Threshold connection option. If the number of affected rows exceeds the value of Bulk Load Threshold option, the driver uses the Salesforce Bulk API to execute the insert, update, or delete operation. Using the Salesforce Bulk API may significantly reduce the number of Web service calls used to execute a statement and, therefore, may improve performance.

Valid Values

1 | 0

Behavior

If set to 1, the driver can use the Salesforce Bulk API for inserts, updates, and deletes based on the value of the Bulk Load Threshold connection option. If the number of affected rows exceeds the value of Bulk Load Threshold option, the driver uses the Salesforce Bulk API to execute the insert, update, or delete operation.
If set to 0, the driver does not use the Salesforce Bulk API, and the Bulk Load Threshold option is ignored.

Default

1

GUI Tab

Bulk tab

See Also

*Bulk Load Threshold
*Performance Considerations