Last updated
Was this helpful?
Feature available in 11.0 and further to remove old events consuming storage space within the salesforce org. Event Aggregation when enabled creates a scheduled job “S-Docs Event Aggregate Batch Job” which you can find in the scheduled jobs runs once every day (12:30 am) gathering and aggregating events older than 30 days into a new object “Event_Aggregate__c”. The new object deletes the aggregated events freeing up space.
One run of the job can delete 50 Million events in about 2000 batches.
You can also manually run the job using the new global method “ EventAggregateBatchUtil.start()”
Instructions
How to enable Event Aggregation
Related articles
Error rendering macro 'contentbylabel' : CQL was parsed but the search manager was unable to execute the search. Error message: com.atlassian.confluence.api.service.exceptions.scale.SSStatusCodeException: There was an illegal request passed to XP-Search Aggregator API : HTTP/1.1 403 Forbidden
Last updated
Was this helpful?
Was this helpful?

