-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
User story:
As a user with activated history cleanup, I want my historic job log table to not grow indefinitely.
Problem statement:
When a history cleanup job is executed, we create entries in the historic job log.
However, these entries are not covered by the history cleanup job, resulting in potentially millions of rows in ACT_HI_JOB_LOG.
This results in
- High disk usage and potentially reduced query performance
AT:
- Delete history cleanup job logs as part of history cleanup
- This is only supported for removal-time-based cleanup