This article explains how Salesforce Data Loader consumes API calls during data operations such as insert, update, delete, and upsert. Understanding API call consumption helps administrators plan operations to stay within their organization's daily API request limits.
The default batch size in Data Loader is 200 or, if you select "Enable Bulk API", the default batch size is 2,000.
The number of batches submitted for a data manipulation operation (insert, update, delete, etc) depends on the number of records and batch size selected. The total number of records in your file divided by the batch size selected equals the number of batches. Each batch consumes one API call.
For example, with an API request limit of 15,000 and a batch size of 200 records, it would be possible to perform operations on (15,000 X 200) or 3,000,000 records per 24 hours.
If "Enable Bulk API" is selected and a batch size is 2,000, it would be possible to perform operations on (15,000 X 2,000) or 30,000,000 records per 24 hours.
API limits are reset on a 24 hour rolling basis and are dependent upon your edition and license counts as outlined in the API Request Limits and Allocations documentation.
See Also:
Configuring the Data Loader to Use the Bulk API
Increase your organization's API Request limit
000386578

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.