Details
Description
The transformation with the Delete step having the "Commit Size" with a negative integer set, the rows are committed. Same behavior as when 0 is specified.
Table Input step with the table(tbl) having columns called "id" and "name".
Delete Step with the table(tbl1) having columns called "id" and "name”, Commit Size= 0, the values are set like if the id(s) in the column from table(tbl) is equal to the id(s) in table(tbl1), it deletes the same id(s) from the table(tbl1).
If we give "Commit Size= -1 a negative integer, the rows getting deleted. Same behavior as when 0 is specified.