Prune database partitions older than a retention period
When a monthly-partitioned model is specified with `partition_by :some_column, retain_for: 2.months` this feature will detach partitions that are more than two months in the past. A week later, a second worker will drop the tables that were previously detached. Changelog: added
Showing
Please register or sign in to comment