Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Salesforce Import Really Slow!

Background

 

I am importing CSV data into Salesforce:

  1. Users
  2. Accounts
  3. Contacts
  4. Opportunities
  5. Notes

With each step, there are lookups so that the data is related correctly when in Salesforce.

 

I've increased the memory to both Talend application and in the job advanced settings.

 

Yet it's really slow importing, for example, when importing Opportunities I get 0.5 rows per second. 

 

Question

 

How do I speed optimise the jobs to be faster?

 

 

Labels (3)
2 Replies
TRF
Champion II
Champion II

At least:

1- use tSalesforceOutputBulkExec instead of tSalesforceOutput component

2- deactivate or bypass any Validation Rules, Triggers, Workflow, Businesss Process and so on which may cause salesforce to slow down during mass import operations

 

TRF
Champion II
Champion II

I forget a tip:

- set Concurrency Mode to Parallel for tSalesforceOutputBulkExec Advnced Settings (not always possible)

 

Have a look to this link for explainations https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_planning_gui...