If you took time to take a look @ a post of me... a little higer...
Ow well lets cut & paste...
before:
Query: SELECT count(*) AS posts FROM post WHERE dateline > '1018738585'
Time before: 0.3487149477005
Time after: 1.9500440120697
as you can see, the query needs about 1.6 seconds to complete.
(about 100.000 posts in the forum)
after:
Query: SELECT count(*) AS posts FROM post WHERE dateline > '1018738585'
Time before: 0.41155600547791
Time after: 0.41288495063782
Wel.. I really like the result... Just 0.001328 seconds for the query to complete.
I think this result is really worth the 2.3698663% growing :classic:
|