Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Experts,
I have a situation as below but the updates takes more than 9hrs to update one single column.
Source: MS SQL table
Destination: PostgreSQL table
Transformation: tMap (to check the new and old records using id)
Use case: source table contains 100000 records with 5 columns, i inserted those records with 4 columns already in destination table, now business wants 5th column too, so i have created the 5th column in destination table and added in source schema and mapped and configured in tMap too. and introduced one more output component and configured only update and selected the new column.
when i ran the job it takes more than 9hrs but not completed.
Thank you Jeoste,
i tried with tDBOutputBulkExec for 1millians records to update in PostgreSQL database but it is failing and the error is below.
tdboutputbulkexec _1_ tpbe org.postgresql.util.psqlexception: an i/o error occurred while sending to the backend.
but for 100000 records it went fine and updated.