Originally posted by: TarunB
Key columns only need to be set when using the -UPDATE or -UPDATE ONLY commands. -UPDATE OFF is default anyway if -UPDATE or -UPDATE ONLY are not specified. One thing to be aware of with -UPDATE OFF is unique key violation.
It's not clear why your maps are inefficient and without analysing your code or further detailed information we can only make generalised statements. You could try the following:
1) Try to work out where the inefficiency is in the flow. For example, output to a file instead of the DB : this will tell you if the delay is in the map or the DB connection.
2) Use burst mode if inserting large numbers of rows in each map execution. Or consider using DB2 bulk load utility.
3) Turn off tracing (map especially but also DBLs).
4) Have a DBA analyse the connections that the map is making during execution. There could be lock constraints causing inserts to queue up.
etc.
#IBMSterlingTransformationExtender#DataExchange#IBM-Websphere-Transformation-Extender