Loading

Calculate API calls consumed by Data Loader

게시 일자: Oct 13, 2022
상세 설명

An explanation on how API calls are consumed by Data Loader operations.

솔루션
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
Knowledge 기사 번호

000386578

 
로드 중
Salesforce Help | Article