Community

Optimizing UPDATE and DELETE statements

(Ronald Bradford) While most people look at performance optimizations for SELECT statements, UPDATE and DELETE statements are often overlooked. These can benefit from the principles of analyzing the Query Execution Plan (QEP). You can only run an EXPLAIN on a SELECT statement, however it’s possible

Read More - Register for Free Membership