Managing data growth in Core UI
Manage the growth and storage of data on your instance by creating data management rules in Core UI.
Overview of managing data growth
Create and manage Data Management rules in Core UI.
Create a data management policy in Core UI
Create a data management policy for any table that accumulates data that you want to archive or delete periodically.
-
Move records in a primary table to an archive table, including any records in other tables that reference those records.
Deleting older or unwanted records in Core UI
Prevent data from growing exponentially by implementing table cleanup rules.
Updating records safely in Core UI
Update several records simultaneously without using scripts by creating and executing a batch update job.
Deleting records safely in Core UI
Safely delete records from a table without using scripts and without deleting the table by creating and executing delete jobs.
Create a data management policy in Core UI
Define a set of rules for managing table data on your instance.- Archiving records in Core UI
Manage table size growth and improve query performance by archiving records. - Deleting older or unwanted records in Core UI
Delete older, expired, or unwanted records from tables automatically. - Updating records safely in Core UI
Update several records simultaneously without using scripts by creating and executing a batch update job. - Deleting records safely in Core UI
Safely delete records from a table without using scripts and without deleting the table by creating and executing delete jobs. - Migrating non-reference fields to reference fields
Manually preserve sys_ids in reference fields instead of storing the display name as a string.
Parent Topic:Data Management