I got an email from my host today, anyone know how to do this?
Code:
While examining the server, we discovered that your account is using delayed
inserts that are stalling for sometime. Could you change the delayed inserts to
regular inserts? An example query is given below:
4973 | DELAYED | | mysite_vb | Delayed insert | 185 | Waiting for
INSERT |
Disable any hacks & mods one by one to see which one is using delayed inserts. Once you find it, modify it to use real-time inserts as for a forum system you really don't want or need delayed inserts.
Yes, I removed that query from the CMS, vbportal. Come to find out this is all due to another user on the box that is running stuff in SQL that keeps making it crash and its making my querys look like delayed ones. Thanks for the responces.