I have scheduled job to update 100 records at a time. Initially every minute it update 100 records. But later, its taking long time after certain time ( 5 minutes, 15 minutes). The source table has 22,00,000 records and I fetch 100 records at a time. I truncate the target table and insert 6000 records only. What could be the issue?
Thanks in advance.