Changing the ThreadRead INSERT to INSERT DELAYED (where to find it, plus opinions?)
Hi
I want to keep the ThreadRead table being populated for a number of other functions, but has created quite a hit on performance.
I am considering changing the INSERT query to an INSERT DELAYED.
Firstly.. Any idea where I find this query?
Secondly.. Any way of changing this query without file edits?
Thirdly.. Any opinions on using INSERT DELAYED for this task?
Cheers
Simon
|