function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Karthik11Karthik11 

Why Bulk Api is taking more time?

Hi, When my integration team processed sample data using Apex data loader, we observed the below
 1,70000 per Hour and 30000 per hour - using Bulk API option. Why the bulk api option is taking more time? Is something missing? Pls advise. Thanks.

Best Answer chosen by Admin (Salesforce Developers) 
sfdcfoxsfdcfox

http://www.salesforce.com/us/developer/docs/api_asynchpre/api_bulk.pdf

 

Check Chapter 3 for details. It's important to note that while the bulk API is generally faster, it is possible to create a configuration of data, workflow, and triggers that will run slower than the Web Services API. There are also tips on optimizing the speed of your Bulk API calls.