Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to build a job, which will insert or update record. Records count is roughly around 50000 records. Insert or Update option in tMSSQLOutput took too much time. So i have used tMap to identity the insert or update record, and then used two separate components, one for insert and one for update. If record count is less than 20000, then it is working faster. If it crosses that, update is taking too much time(around 30 min). Any other alternate solution for this?
What are you referring? .I didn't understand.
It means if a record is getting updated , then first delete the record and then insert that again instead of updating it.