Hello All,
Whenever I am checking for mysql processes some of the databases shows Delayed Insert, whenever I kills the PID for it the server load decreases, why such queries shows as Delayed Insert and what can I do to prevent it.
root@server [~]# mysqladmin pr |grep host1
| 20682 | DELAYED | localhost | host1_wrdp3 | Delayed insert | 143 | Waiting for INSERT | |
root@server [~]# mysqladmin pr |grep host1
| 20682 | DELAYED | localhost | host1_wrdp3 | Delayed insert | 149 | Waiting for INSERT | |
root@server [~]# mysqladmin pr |grep host1
| 20682 | DELAYED | localhost | host1_wrdp3 | Delayed insert | 150 | Waiting for INSERT | |
root@server [~]#


LinkBack URL
About LinkBacks
Reply With Quote