Running some truncate and loads from DB2 to ORACLE.
Since the query is basically 'select *', is there any way at all to increase performance of FME selects from DB2?
One table of 72k rows takes about 30 seconds. That isn't monstrous but as we get to larger tables the time just increases. The same truncate and load in Informatica takes 4 seconds.
Looking for any 'out of the box' ideas here. i would like to use FME because dev time is much faster but i can't justify the 'job run time and resource' usage with multiple tables.
I have read most of the suggestions that i have found with general searching. User where statements, order by, select less columns..etc.
Also tried odbc connection and straight jdbc string connection but no difference.
Â
Thanks.