We are facing issue while deleting the Audit data from Audit DB on BO 4.1. During this Purging,CMS getting crashed on all the nodes and causing the application Hung. Only option is to Kill the delete operation in SQL server to come back the BO Servers Up.
We are setting the Default option for Auditing in CMC and not sure the delete operation starting time.
Also it consumes whole system disc space and causing the issue.
DELETE FROM ADS_EVENT_DETAIL WHERE Event_ID IN (SELECT Event_ID FROM ADS_EVENT WHERE Start_Time < '2015-06-30 00:00:00' AND Cluster_ID = '')
Kindly advice the best method.
Requested the SAP Team Engineer but they dont have much knowledge to help on this.