---
sourceDocument: Australia ServiceNow AI Platform Administration
sourceDocumentLink: https://www.servicenow.com/docs/r/platform-administration

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# System Archive

# System Archive {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

System Archive enables you to manage table growth by moving inactive records out of primary tables into dedicated archive tables within the same instance.{#c_ArchiveData__patch-rn-ap2-1}

System Archive is a platform feature that's available on all the ServiceNow instances.

## Key benefits {#c_ArchiveData__section_rcc_nv1_cbc}

* Releases system resources, which improves query and report performance.
* Preserves data for auditing or historical purposes.
* Deletes archived data after a specified period using a destroy rule.
{#c_ArchiveData__ul_d5p_nv1_cbc}

Note that System Archive does not reduce primary storage usage or move data to a separate storage tier. For information about moving records off the primary database to an object storage, see [Live Archive with RaptorDB Professional V2](https://www.servicenow.com/docs/10IUs5vzznBMfcGTz1zaHA "Live Archive (formerly Data Archiving) moves records and attachments to object storage, freeing up space in the primary database while keeping data accessible for compliance and reporting. This capability improves query performance and provides scalable storage for large archives.").

## Archive rules {#c_ArchiveData__section_hjq_xbb_cbc}

During archiving, records that meet the defined archive rules are moved to a corresponding archive table prefixed with `ar_`. For more information, see [Viewing table rules](https://www.servicenow.com/docs/Pk4hNX3kcTpJqYTMgmda9Q "View a summary and execution history of the data management rules that have been created on a table.") and [Viewing rule activities](https://www.servicenow.com/docs/WmWNiLqweMwkCguprA0M1w "View a summary of records in the backlog and the execution history for a specific rule on the table in context.").{#c_ArchiveData__p_wlt_xps_bjc}

## Use cases {#c_ArchiveData__section_dpj_khb_cbc}

* Instances that have been running for a long time and have accumulated data that is no longer relevant. For example, task records from two years ago are typically less relevant than currently active tasks. This old data can eventually cause performance issues by consuming system resources and slowing down queries and reports. You can archive records in core tables such as the Task \[task\] table and records in custom tables that you create on the ServiceNow AI Platform.
* The Incident \[incident\] table on your instance has grown and users are reporting that queries against the table are slow. You can create an archive rule with conditions like \[Closed\] \[relative\] \[on or before\] \[150\] \[Days\] \[ago\] and \[Active\] \[is\] \[false\] to move records to the Archived Incidents \[ar_incident\] table when they're closed for more than 150 days.
* Archive related records together to maintain data integrity for compliance and auditing requirements. This approach archives records from a primary table along with any dependent records in other tables that reference them. For example, when archiving records from the Problem \[problem\] table, you can include incidents that reference those problem records in the Problem in incident field.
{#c_ArchiveData__ul_xrv_khb_cbc}

For information about using the System Archive feature, see [Archiving records in Core UI](https://www.servicenow.com/docs/EHIgg8gEw25BMjTeAlHVUg "Manage table size growth and improve query performance by archiving records.").

