Skip to Content
0
Former Member
Jun 04, 2009 at 12:41 PM

Massive deleting rows not performant

22 Views

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