Changes

Jump to: navigation, search

Inserting Data into a MySQL Database

7 bytes added, 19:18, 3 October 2007
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>

Navigation menu