EnableBulkLoad
- Last Updated: April 19, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- Salesforce 6.0
- Documentation
Purpose
Specifies whether the driver can use the Salesforce Bulk API for inserts, updates, and deletes based on the value of BulkLoadThreshold connection property. If the number of affected rows exceeds the value of BulkLoadThreshold property, 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
true | false
Behavior
If set to 1, the driver can use the
Salesforce Bulk API for inserts, updates, and deletes based on the value of
BulkLoadThreshold connection property. If the number of affected rows exceeds the value of
BulkLoadThreshold property, 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 BulkLoadThreshold property is ignored.
Data Source Method
setEnableBulkLoad
Default
true
Data Type
boolean