sql - Avoid indexes for DML in a particular procedure (MySQL) -


i have 1 procedure multiple update statements(dmls).

so there way avoid index particular table improve performance of update statements.

you can use ignore index in dml inside procedure.

otherwise, cannot particularly procedure.

further syntax details on update usage docs


Comments

Popular posts from this blog

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

c# - Specify IP End Point in FiddlerCore -

java - Solr query version issue: Invalid version or the data in not in 'javabin' format -