Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
My requirement as below.
I have a file, which will update the output table on the basis of key columns and conditions. Now, the requirement is to get the unused records of the file, which will not update the table.
One way is to do the inner join between file and table and fetch the reject records, but this is creating huge performance issue, because the table is around 30 million and it is affecting hugely.
Can someone suggest how to do it without degrading performance.