In CRM 2015 on Premise we run in to the problem of large POA table. We have over 200 mln records in this table and most of them (170 mln) share records of one custom entity that have already been deleted.
Deletion Service trays to delete these records but fails after 1-3 days due to timeout or low disk space. We decided to delete these thro SQL. We found official script from crm 2011: support.microsoft.com/.../2664150 and his faster version: dotnetdust.blogspot.com/.../lessons-learned-deleting-312-million.html .
On test environment using the faster method (two indexes change were required) we successfully cleared POA table in 6 hours.
Before we run this in production we have a few questions:
Did anyone have tried those scripts in CRM 2015? Are they safe in CRM 2015? Is there other, more safe method for this CRM version?
↧
POA table - deletion questions
↧