---
sourceDocument: Australia ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/platform-administration

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Applying database rotation techniques

# Applying database rotation techniques {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
Manage table size growth, archive data, and boost query performance by configuring database rotation.
Instance data grows quickly, and as these tables grow in size they require management. Database rotation preserves instance performance and averts risk associated with querying growing data sets utilizing three techniques. These techniques are based on the concept of managing large quantities of data by separating whole sets into individual tables. After this task is performed, each technique handles data in a different manner:

* Table rotation works by rotating among a small set of tables, and deleting and reusing the old tables for new data.
* Table extension works by periodically starting a new table and allowing old tables to be easily archived and removed from the system.
* Table sharding works by enabling records to be grouped in a single table by document ID.
{#c_DatabaseRotation__ul_khb_p1q_z4}
{#c_DatabaseRotation__table_n4k_qbq_z4__entry__2}

| Functionality | Tables applied to |
|-|-|
| Table Rotation | `syslog` `sys_querystat` `ecc_queue` `ecc_event` `cmdb_metric` `sysevent` |
| Table Extension | `sys_email` |
[Table 1. Database Rotation]

{#c_DatabaseRotation__table_n4k_qbq_z4}
* **[Activate database rotation](https://servicenow-prod.fluidtopics.net/yLCUX0RLzPpetB_MSNMWMg)**   
  Learn how to activate database rotation.
* **[Table rotation](https://servicenow-prod.fluidtopics.net/of_VusygcBpwPLuWLJnkCQ)**   
  Optimize performance and manage data lifecycle by rotating tables, allowing older data to be systematically archived while maintaining system efficiency.
* **[Table extension](https://servicenow-prod.fluidtopics.net/W6nU3j9kg3sKfi4mXNGZdQ)**   
  Partition and preserve data sets for extended periods without overwriting.

