Previous Topic: Recording Purge Progress and HistoryNext Topic: Set up Rolling Partitions


Specify the Retention Condition

By default, each purge operation purges the specified partition but retains any events marked as 'Do Not Delete'. However, you may want to customize the purge to retain other categories of events (for example, all events whose status is not 'Closed').

To customize your retention conditions, you must implement the function wgn_get_retention_condition in the wgn_partition_cust package. This function is called during the purge process.

More information:

Customizable Retention Conditions