Slow mysql-Performance

current version: 1.2.1.1
released: 11.07.2011

Slow mysql-Performance

Postby Haschn » Mon Jan 14, 2008 8:35 pm

Hi there,

after installation of WWH the sql performance went down. Because I was not sure was the cause was, I logged in mysql slow-queries and the result was everytime a wwh-related query:

Code: Select all
                FROM phpbb3_users u
                LEFT JOIN phpbb3_wwh w
                        ON u.user_id = w.id
                WHERE (u.user_type = 2
                                AND u.user_id != 1
                                AND u.user_lastvisit > 1200265200
                                AND u.user_lastvisit > 1)
                        OR (u.user_id = w.id)
                ORDER BY u.username_clean ASC;


So everytime the forum was full of users the speed dramatacally dropped down. After removing WWH all seems to be fine. Any hints here?

I use wwh 6.0.4.
Haschn
Posts < 10
Posts < 10
 
Posts: 3
Topics: 2
Joined: Mon Jan 14, 2008 8:32 pm

Re: Slow mysql-Performance

Postby nickvergessen » Mon Jan 14, 2008 9:59 pm

In the new version we add a index to the id.
This was already mentioned by Mahony from phpbb.de
Yoiu can try and run the following code in phpmyadmin:
Code: Select all
ALTER TABLE phpbb_users ADD INDEX (user_id);
ALTER TABLE phpbb_wwh ADD INDEX (id);
cheers nickvergessen :geek:

Member of phpBB Development-Team
No Support via PM
User avatar
nickvergessen
Administrator
Administrator
 
Posts: 5748
Topics: 217
Images: 139
Joined: Mon Oct 15, 2007 4:15 pm
phpBB.de: nickvergessen
phpBB.com: nickvergessen

Re: Slow mysql-Performance

Postby Haschn » Tue Jan 15, 2008 12:29 am

Okay thank you, it seems to work. What does it do exactly?
Haschn
Posts < 10
Posts < 10
 
Posts: 3
Topics: 2
Joined: Mon Jan 14, 2008 8:32 pm

Re: Slow mysql-Performance

Postby nickvergessen » Tue Jan 15, 2008 12:50 am

It adds a index to the column.
so reading it is much faster
cheers nickvergessen :geek:

Member of phpBB Development-Team
No Support via PM
User avatar
nickvergessen
Administrator
Administrator
 
Posts: 5748
Topics: 217
Images: 139
Joined: Mon Oct 15, 2007 4:15 pm
phpBB.de: nickvergessen
phpBB.com: nickvergessen


Return to NV "Who Was Here?"

Who is online

Users browsing this forum: Google [Bot] and 1 guest