| |||||
|
MySQL - Speed of UPDATE Queries More DBA job interview questions and answers at
http://dba.fyicenter.com/Interview-Questions/
(Continued from previous question...) MySQL - Speed of UPDATE Queries
Update queries are optimized as a SELECT query with the additional overhead of a write. The speed of the write is dependent
on the size of the data that is being updated and the number of indexes that are updated. Indexes that are not changed will
not be updated. (Continued on next question...)
Other Job Interview Questions
|
||||