34,333
edits
Changes
→Reducing the INSERT Performance Load
== Reducing the INSERT Performance Load ==
The INSERT satatment statement places a relatively high load on the database server. In fact , a high volume of insertions can have an adverse effect on other transactions (such as users reading data). To reduce the load imposed by a data insertion consider using the ''LOW_PRIORITY'' keyword. For example:
<pre>