Fine-grained DML helps in speeding up large scale DML operations that require scanning entire table but only modifying a small subset of it. Fine-grained DML speeds up DELETE, UPDATE and MERGE. It can enabled by setting the enable_fine_grained_mutations option in the table to TRUE.