Data Loader
When to Use Data Loader
Data Loader Behavior with Bulk API Enabled
Enable Bulk API 2.0
Keep Account Teams
Log In with Hardware 2FA
Create a Secure Connection with an External Client App
Data Loader Third-Party Licenses
Previous Versions
Bulk API is optimized to load or delete a large number of records asynchronously. It’s faster than the SOAP-based API due to parallel processing and fewer network round-trips. By default, Data Loader uses the SOAP-based API to process records.
To configure Data Loader to use Bulk API for inserting, updating, upserting, deleting, and hard deleting records:
Use Bulk API option.Enable serial mode for Bulk API option. Processing in parallel can cause database contention. When contention is severe, the load can fail. Serial mode processes batches one at a time, however it can increase the processing time for a load.Use Bulk API. Keep in mind that hard-deleted records are immediately deleted and can’t be recovered from the Recycle Bin.Note