Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am upserting to salesforce, but the data is upserting at a very less pace around 5000 records get upserted in 45 min, Is there any way to do it faster.
I am using tSalesforceOutput component of talend not custom one, can we make upsert fast in this component or these are for very small number of data and have to use bulk component.
5000 records is a "very small" number of records.
You should not have performance issue due to this volume and Bulk is not required here.
I suggest you to compare performance with DataLoader for the same volume.
Also you should share your job design with details for tSalesforce component.
I have checked Retrieve Id in the advance setting, that might be the reason, but I need salesforce id for further operation and Die on Error and Ignore Null is unchecked
I am not getting what design are you looking, there is an input file which is upserting the data in a salesforce object on the basis of key. Data loader, I need to check because I am new to this and not a salesforce developer.
Hi,
Now, I need to upsert around 20k in my next iteration and its taking so much time, can you suggest how to fast proceed with this.
Hi,
You got how to solve this performance issue ?How did you solved it