Campaign Cleanup
To keep the database small and performance we clean up the campaign related resources once it has reached an end-state.
-
Canceled campaigns
-
Launched campaigns where endedAt is at least one day in the past.
Related modules
Cleaned up resources
So far the only resource which is being cleaned up is the audience of the campaign. On cleanup all contact-references belonging to the campaign are deleted from the campaign-contact-reference table.
The meta-data of the audience (audience-table) is kept around for debugging reasons since it does not contain much data.
|