The goal of our DataFlow is to delete a lot of rows from a table on a criteria (primary key for example)
It takes too much time.
When we look at the queries on the oracle database it seems that DI works line by line.
It is possible to improve the method without using a sql transform?
Thanks