Yep, i was figuring out that myself ;-)
I think it's faster in a way, thanks Xenon! But i can't really tell the difference though, because the server load changes every second on my page.
Here's the current result:
---------------------------------------------------------------------
Query: SELECT count(*) AS posts FROM post INNER JOIN thread USING(threadid) WHERE post.dateline > 1077229208 AND thread.forumid NOT IN (16, 54)
Time before: 0.49642205238342
Time after: 0.50070309638977
---------------------------------------------------------------------
|