Salesforce Fact #647 | Bulk API serial mode

We can enable serial mode processing using Bulk API in data loader. Parallel processing can cause database contention which can cause the load to fail eventually. Serial mode processes one batch at a time, but the processing time might get increased.

Steps to enable Bulk API serial mode: 

Open Data Loader -> Settings -> Check Bulk API -> Check Enable serial mode for Bulk API.

Reference: https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/loader_configuring_bulk_api.htm

Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow