Avoid DML Statements Inside Loops

< 1 min read

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

Updated on March 21, 2025
Was it helpful ?