Welcome Guest, Not a member yet? Register   Sign In
Site Is So Slow!
#30

[eluser]Jay Logan[/eluser]
So this is the query I ran. The ID's would change based on the user and meet. I chose one of my bigger meets.

Code:
SELECT Meet_Event.*, Event.*, COUNT(Meet_Athlete.id) AS Total, COUNT(Coach.id) AS Coach FROM meet_events AS Meet_Event LEFT JOIN events AS Event ON Meet_Event.event_id = Event.id LEFT JOIN meet_athletes AS Meet_Athlete ON Meet_Event.id = Meet_Athlete.meet_event_id LEFT JOIN athletes AS Athlete ON Meet_Athlete.athlete_id = Athlete.id LEFT JOIN roster AS Roster ON Roster.athlete_id = Athlete.id Left Join coaches AS Coach ON Roster.coach_id = Coach.id AND Coach.id = 1000000 WHERE Meet_Event.meet_id = 815398826 GROUP BY Meet_Event.id ORDER BY Event.type DESC, Event.name ASC, Meet_Event.gender ASC

It took about 5 minutes to process in phpMyAdmin and here are the contents from "Explain".


Code:
id     select_type     table     type     possible_keys     key     key_len     ref     rows     Extra
1     SIMPLE     Meet_Event     ALL     NULL     NULL     NULL     NULL     4730     Using where; Using temporary; Using filesort
1     SIMPLE     Event     eq_ref     PRIMARY     PRIMARY     34     ptentry_entrysystem.Meet_Event.event_id     1      
1     SIMPLE     Meet_Athlete     ALL     NULL     NULL     NULL     NULL     6277      
1     SIMPLE     Athlete     eq_ref     PRIMARY     PRIMARY     8     ptentry_entrysystem.Meet_Athlete.athlete_id     1     Using index
1     SIMPLE     Roster     ALL     NULL     NULL     NULL     NULL     27059      
1     SIMPLE     Coach     const     PRIMARY     PRIMARY     8     const     1     Using index


Messages In This Thread
Site Is So Slow! - by El Forum - 01-09-2009, 08:20 AM
Site Is So Slow! - by El Forum - 01-09-2009, 10:47 AM
Site Is So Slow! - by El Forum - 01-09-2009, 02:10 PM
Site Is So Slow! - by El Forum - 01-09-2009, 03:23 PM
Site Is So Slow! - by El Forum - 01-12-2009, 09:02 AM
Site Is So Slow! - by El Forum - 01-12-2009, 09:30 AM
Site Is So Slow! - by El Forum - 01-12-2009, 10:23 AM
Site Is So Slow! - by El Forum - 01-12-2009, 10:27 AM
Site Is So Slow! - by El Forum - 01-12-2009, 11:46 AM
Site Is So Slow! - by El Forum - 01-12-2009, 11:58 AM
Site Is So Slow! - by El Forum - 01-12-2009, 12:04 PM
Site Is So Slow! - by El Forum - 01-12-2009, 12:10 PM
Site Is So Slow! - by El Forum - 01-12-2009, 12:36 PM
Site Is So Slow! - by El Forum - 01-12-2009, 12:55 PM
Site Is So Slow! - by El Forum - 01-12-2009, 01:02 PM
Site Is So Slow! - by El Forum - 01-12-2009, 01:03 PM
Site Is So Slow! - by El Forum - 01-12-2009, 01:03 PM
Site Is So Slow! - by El Forum - 01-12-2009, 01:06 PM
Site Is So Slow! - by El Forum - 01-12-2009, 01:09 PM
Site Is So Slow! - by El Forum - 01-12-2009, 01:16 PM
Site Is So Slow! - by El Forum - 01-12-2009, 01:17 PM
Site Is So Slow! - by El Forum - 01-12-2009, 01:23 PM
Site Is So Slow! - by El Forum - 01-12-2009, 01:35 PM
Site Is So Slow! - by El Forum - 01-12-2009, 02:07 PM
Site Is So Slow! - by El Forum - 01-12-2009, 03:52 PM
Site Is So Slow! - by El Forum - 01-12-2009, 04:28 PM
Site Is So Slow! - by El Forum - 01-12-2009, 05:00 PM
Site Is So Slow! - by El Forum - 01-12-2009, 05:28 PM
Site Is So Slow! - by El Forum - 01-12-2009, 05:45 PM
Site Is So Slow! - by El Forum - 01-12-2009, 06:20 PM
Site Is So Slow! - by El Forum - 01-12-2009, 06:47 PM
Site Is So Slow! - by El Forum - 01-12-2009, 07:21 PM
Site Is So Slow! - by El Forum - 01-12-2009, 09:38 PM
Site Is So Slow! - by El Forum - 01-13-2009, 03:22 AM
Site Is So Slow! - by El Forum - 01-13-2009, 04:13 AM
Site Is So Slow! - by El Forum - 01-13-2009, 06:14 AM
Site Is So Slow! - by El Forum - 01-13-2009, 07:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB