Created
May 18, 2012 14:48
-
-
Save santiagobasulto/2725639 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +----+-------------+-------+--------+--------------------------+--------------------------+---------+-------------------+------+----------------------------------------------+ | |
| | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | | |
| +----+-------------+-------+--------+--------------------------+--------------------------+---------+-------------------+------+----------------------------------------------+ | |
| | 1 | SIMPLE | w | index | stats_workout_fbfc09f1 | stats_workout_fbfc09f1 | 4 | NULL | 32 | Using index; Using temporary; Using filesort | | |
| | 1 | SIMPLE | pr | eq_ref | user_id | user_id | 4 | athlete.w.user_id | 1 | Using index | | |
| | 1 | SIMPLE | p | ref | workout_id | workout_id | 5 | athlete.w.id | 1 | Using index | | |
| | 1 | SIMPLE | c | ref | django_comments_e4470c6e | django_comments_e4470c6e | 4 | const | 1 | | | |
| +----+-------------+-------+--------+--------------------------+--------------------------+---------+-------------------+------+----------------------------------------------+ | |
| 4 rows in set (0.00 sec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment