-
Problem report
-
Resolution: Unresolved
-
Major
-
None
-
7.0.18rc1, 7.4.2rc1, 8.0.0alpha1 (master)
-
None
-
PgSQL 17/TimescaleDB 2.20/Docker/7.0/Alpine
-
Support backlog
Steps to reproduce:
- Configure Trigger storage period like 365 days for Housekeeper settings
- Create noisy trigger and collect 30M of events as an example
- Find that Trigger is bad and remove it
- Problems will be removed, Trigger will be removed
Result:
- Events will stay until 365 days will pass
Expected:
- Events removed or there will be a way to force that
The more days you have configured for a trigger data, the more orphaned data will be inside events table due to the lifecycle of triggers (added, removed, etc...).