Can you use a target table in multiple areas of a single mapping.
I have routers around the table, where I know some rows are ready, and currently they are all going to a final Union transformation.
I am wondering if it is possible to direct these from the router, directly into the multiple instance of a single target table.
If so, how does Informatica do the inserts?
Will it each time queue the outputs into the same target, or try and insert them concurrently when and as it stumbles upon them?