Hi,
I have a really simple mapping with source table (2.4 million rows), 6 joined tables on it (most of tables have less than 10 rows, max number is 200 rows) and a Expression component where I have to perform TO_NCHAR for about 30 columns.
The target table is empty right now. I did a duplicate of IKM Oracle Incremental Update (MERGE) and did a small change on one step (so I can use it for my SCD1 needs), rename it to IKM Oracle SCD1 (MERGE) and this new IKM is used in this mapping. While Insert flow into I$ table is FAST, the Merge Rows step is extremely SLOW.

What could be the cause of this problem?
- Kovar