Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Batching and updating list of records

swapnil_singh
Tera Contributor

Hi ,

 

I have a requirement where I need to update more than 200k+ records through background scripts or scheduled job but to be done via pagination/batching concept..update 1000-2000 records at one time and move onto to the next batch so that it does not have a load on the instance..it keeps on checking the batches untill all 200k records are not checked.

 

Can someone help on this??

 

 

5 REPLIES 5

Mike_R
Kilo Patron

Thanks for your response but we are not yet in Tokyo,still in Rome version.

What table do you need to update? I think we can probably use flow designer

Target tables are cmdb server ones ..as it will be a one time activity, hence only scheduled job or fix script(background script) is allowed