I have to perform a table comparison for a table which has composite key. The composite key has almost all the columns of the table except lastmod_dt and lastmod_nm columns. How can i handle this?
Since the composite key has lot of columns ,the table comparison is taking lot of time.
Table has around 1.8M million records. None of the rows should go out of TC since no data has been changed in TC. The comparison and the target table are the same.
Even though there is no change in source data, the rows are going out of TC.