Inbound event table data archiving and cleanup
Summarize
Summary of Inbound event table data archiving and cleanup
This content provides guidance on managing inbound event data in ServiceNow through archiving and cleanup processes. It focuses on configuring retention policies, utilizing table cleaners, and ensuring optimal instance performance while retaining necessary event data.
Show less
Key Features
- Table Cleaners: Cleaners are automatically enabled two weeks post-upgrade, purging event data records older than a specified duration.
- Retention Policy: Configure retention and table rotation settings to maintain eight weeks of event data, ensuring efficient data management.
- Processed Inbound Events Table: Contains event data in 'processed' and 'ignored' states, utilizing table rotation to manage data efficiently.
- Scheduled Jobs: Automatically run every seven days to activate table cleaners, ensuring timely cleanup of old records.
Key Outcomes
By implementing these features, ServiceNow customers can effectively manage their inbound event data, maintain optimal database performance, and ensure compliance with data retention policies. This leads to improved system efficiency and reduced risk of excess data accumulation.
Use table cleaners on the inbound events table to purge event data records beyond a specified period. Configure a retention policy with table rotation on the auto-flush form to manage table size growth and archiving data beyond the specified duration.
Data management
The data management feature allows you to enable archiving and purging of inbound event data. Database rotation and table cleanup configurations are enabled to ensure that eight weeks of event data is retained. Instance performance is preserved using ServiceNow AI Platform features such as Database rotation, table rotation, and table cleanup. A scheduled job is auto-enabled two weeks after you upgrade.
Table rotation on processed inbound events table
The DevOps processed inbound events [sn_devops_processed_inbound_event_list.do] table contains copies of event data from the DevOps inbound events [sn_devops_inbound_list.do] table, that is in state 'processed' and 'ignored'.
Scheduled jobs and Table cleaners
- A week after you upgrade, and the processed inbound table has records older than seven weeks.
- Two weeks after you upgrade.
- Table cleaners are activated and run on the inbound events [sn_devops_inbound_table_list.do] for events in the following states.
- Processed
- Ignored
sys_created_onfield. - Table cleaners are activated and run on the inbound events table [sn_devops_inbound_table_list] for events in the following states.
- New
- Retry
- In-progress
- Deferred
sys_created_onfield.
Auto-updates to table cleaner frequency
- Two weeks have passed since the scheduled job is active.
- The processed inbound event table has event data older than 7 weeks.