![]() |
Great work this is my fave MOD! !
|
Quote:
Code:
[--] Up for: 16m 54s (56K q [55.506 qps], 2K conn, TX: 2B, RX: 14M) |
Quote:
|
u can see in any any mysql stats.
but I suggest using: http://wiki.mysqltuner.com/MySQLTuner for better visualization regards |
Code:
-------- Performance Metrics ------------------------------------------------- |
Quote:
So please do a backup of your database and run the following MySQL querys (adding a table prefix as necessary): Code:
ALTER TABLE `award_user` ADD INDEX `award_id` ( `award_id` ) Code:
ALTER TABLE `award_user` ADD INDEX `userid` ( `userid` ) Code:
OPTIMIZE TABLE `award_user` After doing this, check if the problem persists. If I guessed right it doesn't. ;) |
Quote:
Thanks bro! Now it's much better! But some indexes are still missing: Code:
[--] Up for: 6h 1m 4s (2M q [112.642 qps], 106K conn, TX: 3B, RX: 552M) |
I found another one that should propably be added:
Code:
ALTER TABLE `award` ADD INDEX `award_cat_id` ( `award_cat_id` ) Again, optimize table to fill the index: Code:
OPTIMIZE TABLE `award` That's all I spotted now. To further track down the issue I would suggest to turn on slow query log on the mysql server and enable the option "log-queries-not-using-indexes", which logs the querys to the slow query log. If you are on shared hosting, ask your provider to enable these options for you (normally they do such things as you are about to take load off their server ;) ). If you run your own server I hope you know how to do this :P (if not, have a look at the documentation on mysql.com, search for the options and add them to my.cnf) |
Question on this mod...I have a previous version installed but am about to drop this one in place and upgrade. Mine is also fairly modified to suit our needs. One thing I am working on is creating a page that would pull users based on their group, display their registered date, and display their awards. IE -
Person 1 . . . . . 08/08/2008 . . . . . AWARD 1 - AWARD 2 - AWARD 5 Person 3 . . . . . 08/12/2008 . . . . . AWARD 1 Person 4 . . . . . 08/15/2008 . . . . . AWARD 2 - AWARD 5 Person 9 . . . . . 08/18/2008 . . . . . AWARD 1 - AWARD 2 - AWARD 5 I have the page already showing everything but the awards...and just started looking at the code for that. Fairly heavy SQL query...anyone have any quick idea on how that would look? |
Quote:
Thank for the advice! I've enabled slow query log with log-queries-not-using-indexes but how to find out where are the missing indexes? It store almost all queries :confused: |
All times are GMT. The time now is 10:09 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|