Our database is getting quite large (185GB +), so I want to try to reduce the size to keep things running smoothly. I talked with facilities/operations, and we agreed that we can get rid of transaction group data that is older than 2 years old.
I have enabled the “Delete records older than” on two of our historical transaction groups for records older than 2 years, but the number of rows have not reduced at all after 30 minutes. This group is set to execute every 1 minute, and we have data back from 2010 in these tables, so there’s definitely data older than 2 years. Does this “delete older than” function run every time the group executes, or is it something that runs once a day or similar?
The console output the first time after setting logging to “all is”:
(D) 10:17:28 AM V1E1_MCM_History Historical forward transaction completed successfully.
(D) 10:17:28 AM V1E1_MCM_History Group evaluation completed.
(D) 10:17:28 AM V1E1_MCM_History Executing post-trigger evaluation.
(D) 10:17:28 AM V1E1_MCM_History Trigger is active.
(D) 10:17:28 AM V1E1_MCM_History Executing pre-trigger evaluation.
(D) 10:17:28 AM V1E1_MCM_History Starting group evaluation.
Every minute after setting to all, there has been an entry like:
(D) 10:32:29 AM V1E1_MCM_History Historical forward transaction completed successfully.
I am running version 7.6.2-rc4 (b2365). Any suggestions would be appreciated on how to remedy this.