As the title.
I guess they're the new ADS.
I guess they're the new ADS.
Last edited:
As the title.
I guess they're the new ADS.
I'm guessing forumdisplay is doing a query that is difficult to create indexes for?
As the title.
I guess they're the new ADS.
Close but not quite.... IN (0,1,2) on thread visibility. Not sure how aware you are with SQL, but IN () generally translates to IN 0 OR 1 OR 2, which can be extremely slow with larger boards.
Perhaps a query like <=2 would work better?
Assuming there are no negative numbers you want to exclude