DBSync Cloud Replication now supports Bulk API which helps for a quicker and easier way to handle thousands or millions of records.
Please see the below points for further more details:
- With this release, DBSync supports the usage of Bulk API only during Clean Copy and Incremental replication from Salesforce to Database.
- You just have to open the Replication User Interface, select the required profile. In the Salesforce details tab check Use Bulk API (Beta) field and save the changes.
- Now the user has to Add one property in configure.properties for that particular same profile in which the user wants to run the Bulk API.
- application.pkchunking.size=20000 (Limit can be any number either 10,000 or maybe 50 thousand depend upon the records data)
- With the help of this property, the user can run N-number of records in different batches based on the pkchunking size limit.
- application.pkchunking.size=20000 (Limit can be any number either 10,000 or maybe 50 thousand depend upon the records data)
Note: Bulk API does not support deleted records.