Quote:
Originally Posted by DrSlump
Does anybody has noticed performance issues with this hack?
I had to disable it because it made some queries really slow and consuming, and my database was loaded as hell ... :/
Since I did it, CPU usage has gone down from 95% to almost 10% ...
Read_rnd_next in mysql went from 1.2M to barely 1k ...
|
I reply to myself ... I think I fixed it by adding an index to the thread table:
Code:
create force_read_idx ON thread (force_read);