- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2021 10:17 AM
When the "Amount of data copied from large tables" is set to 90 days, the documentation shows:
"Clones the number of days of historical data from large source tables, including task, pa_scores, and metric_instance. By default, the target instance receives the latest 90 days of historical data from the source instance."
Why would I see incidents that are beyond 90 days? Is it based on creation or update of the record?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2021 12:24 PM
Hi KB,
The 'incident' table is not one of the ServiceNow tables referenced in '...large source tables...' ServiceNow is referring to logs, metrics, attachments, workflow contexts, and other tables that collect significant numbers of administrative data.
Incidents and other task-based records are considered core data and the entire table is cloned. If you want to limit the amount of Incident data in a clone, you'll need to create a custom clone data preserver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2021 12:24 PM
Hi KB,
The 'incident' table is not one of the ServiceNow tables referenced in '...large source tables...' ServiceNow is referring to logs, metrics, attachments, workflow contexts, and other tables that collect significant numbers of administrative data.
Incidents and other task-based records are considered core data and the entire table is cloned. If you want to limit the amount of Incident data in a clone, you'll need to create a custom clone data preserver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2021 12:29 PM
Thank you.
For some reason I read that as "large source tables...such as" instead of just those specified tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2021 10:53 AM
Did you ever have luck with this or find a solution for not cloning all of the task data? We have a similar requirement, and that option doesn't even seem to impact the tables it lists.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2021 12:28 PM
I don't think there's a solution. If task is considered a vital table, it may not be avoidable.