The TDMDB_CleanUp job is defined in the TDM LU. Its purpose is to clean up old inactive records from the TDM DB.
The list of TDM tables to be cleaned and deleted is retrieved from the TDMCleanup MTable object. The cleanup process gets all the records whose cleanup_ind field is true, and it runs a DELETE statement on each relevant table.
The following cleanup parameter is are defined in tdm_general_parameters:
Update this parameter to configure a different retention period.
Starting with TDM 9.5 the TDMCleanUp MTable has been moved from the TDM LU to the Reference LU. In addition, a new field, OVERRIDE_CLEANUP_RETENTION_PERIOD, has been added to this MTable. This field allows overriding the default cleanup retention period for specific tables.
Note:
By default, the TDMDB_CleanUp job is scheduled to run automatically every 7 days in the TDM Jobs table. You can set it to run manually or set a different time interval for an automatic execution.
Click for more information about the Jobs table.
The TDMDB_CleanUp job is defined in the TDM LU. Its purpose is to clean up old inactive records from the TDM DB.
The list of TDM tables to be cleaned and deleted is retrieved from the TDMCleanup MTable object. The cleanup process gets all the records whose cleanup_ind field is true, and it runs a DELETE statement on each relevant table.
The following cleanup parameter is are defined in tdm_general_parameters:
Update this parameter to configure a different retention period.
Starting with TDM 9.5 the TDMCleanUp MTable has been moved from the TDM LU to the Reference LU. In addition, a new field, OVERRIDE_CLEANUP_RETENTION_PERIOD, has been added to this MTable. This field allows overriding the default cleanup retention period for specific tables.
Note:
By default, the TDMDB_CleanUp job is scheduled to run automatically every 7 days in the TDM Jobs table. You can set it to run manually or set a different time interval for an automatic execution.
Click for more information about the Jobs table.