You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working with a customer who needs to create many millions of records in a short period of time. Due to background processing in Salesforce core each batch of 10.000 takes 2.5-3minutes to complete. When I did some tests with Heroku Connect and calculated for 5M records the total time would be 3.2 days. When testing with Bulk API 1.0 in parallel mode I pushed 1M records in 5 minutes. Ofc jobs needs to be optimized to avoid row locking so Bulk API 2.0 would be preferred.
Required Terms
I agree to follow this project's Code of Conduct
I have read and accepted the Salesforce Program Agreement
What service(s) is this request for?
Heroku Connect
Tell us about what you're trying to solve. What challenges are you facing?
Customers would like to submit Jobs in using Parallel mode for Bulk api
The text was updated successfully, but these errors were encountered: