Change the segment data deletion interval
When users delete segments in the Content Editor or in the List Manager, the segment is marked inactive in the database but it still persists in the reference data until the data is deleted from there by a deletion agent.
By default, the deletion agent is triggered and runs once every day, starting the count from the time you restart the instance.
To change the interval for deleting segment data:
-
Go to the
App_Config\Sitecore\ExperienceAnalyticsfolder of the instance. -
Open the
Sitecore.ExperienceAnalytics.Aggregation.Processing.configfile. -
Locate this node under the
factDeletenode:RequestResponse<param type="Sitecore.Analytics.Core.ConfigurationHelper, Sitecore.Analytics.Core" desc="interval" factoryMethod="ToTimeSpan" arg0="1.00:00:00"/> -
Specify the value you want as the value of the
arg0property in the format<days>.<hours>:<minutes>:<seconds>.