- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2025 08:25 PM - edited 08-05-2025 05:20 AM
Once, ServiceNow support person had told us to use Table cleaner if large amount of data needs to be deleted/cleaned up.
but just now I came across this statement from ServiceNow - "If there is large amount of data to delete, it is recommended to delete records using a script rather than using Table Cleaner rule"
Question - Do you know why ServiceNow doesnt recommend using Table cleaner for deleting huge data? why that statement?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2025 09:06 PM
Hello @Suggy
Is it helpful for you?
Mass-Deletion and excess data management recommendations - Support and Troubleshooting
I think that Table Cleaner is a function to delete and maintain data little by little, which means that it is better to use other functions.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2025 09:03 PM
Hi @Suggy ,
I would still prefer the Table Cleaner and Data Management Delete Jobs
Data Management Delete Job: gives you full control to drill down to specific records, execute Business Rules(on/off) and preview before deleting.
Table Cleaner: gives you full control over cascade deletion, attachments, and audit history.
I would write a script if you need to validate specific conditions or logic before deleting a record.
Hope it helps!
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2025 09:06 PM
Hello @Suggy
Is it helpful for you?
Mass-Deletion and excess data management recommendations - Support and Troubleshooting
I think that Table Cleaner is a function to delete and maintain data little by little, which means that it is better to use other functions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2025 05:22 AM
Thank you @t_sadahisa