Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm working with talend to transform data from oracle database to postgresql database but i have a problem with the time of charging data, it takes too much time so is there any solution for this problem
Can you detail your job? Which components are using? Which one seems to slow your job? How many rows are you trying to move from source to target?
the output of the tmap componant is the one which slow my job , i have to move almost 3.000.000 lines from the source to the target . the componants which i use in my job are postgresqlinput oracleinput , postgresqloutput tmap and tunit .