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

Announcements
Note: You may notice some temporary visual or styling issues in the Community. Our vendor is actively investigating.
cancel
Showing results for 
Search instead for 
Did you mean: 
mani1304
Creator
Creator

Salesforce inset slow

Hi,
I am loading data into Salesforce object using tsalesforceoutput component using retrieved id option checked because I need Salesforce id for that purpose but it's very slow may be because it's loading one by one in Salesforce due to batch size option got disabled after selecting retrieve id. Any suggestions to do faster the performance. Data is around 100-150k and have 4-5 columns to insert.

Labels (2)
2 Replies
TRF
Champion II
Champion II

Try to bulkify your job using tSalesforceOutputBulkExec component instead of tSalesforceOutput.
mani1304
Creator
Creator
Author

Thanks. I am using bulk, but can you tell if there is any limit for tsalesforceoutput component for faster processing with retreive id check?