Batching and updating list of records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 11:09 AM
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??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 11:12 AM
If you are on Tokyo, did you look into the Update Jobs feature
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 11:19 AM
Thanks for your response but we are not yet in Tokyo,still in Rome version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 11:21 AM
What table do you need to update? I think we can probably use flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 11:25 AM
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