Avoid DML statements inside loops

Impact area

Performance

Severity

High

Affected element

Apex Class

Rule ID

SF-0017

Impact

DML statements inside loops can cause you to hit the DML governor limit.


Remediation

 Try to batch up the data into a list and invoke your DML once on that list of data outside the loop.

Time to fix

60 min




Last modified on Jun 10, 2020