Using Buffer UPDATE Algorithm
Understand the 'Using buffer' strategy for UPDATE operations. Learn how MariaDB prevents infinite update loops when modifying indexed columns during a range scan.
Name
Salary
UPDATE employees SET salary = salary+100 WHERE salary < 2000;Last updated
Was this helpful?

