Guest User

EXPLAIN SQL

a guest
Sep 2nd, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. +----+-------------+--------------------+--------+--------------------------------------------+------------------------------------+---------+--------------------+-------+----------------------------------------------+
  2. | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
  3. +----+-------------+--------------------+--------+--------------------------------------------+------------------------------------+---------+--------------------+-------+----------------------------------------------+
  4. | 1 | PRIMARY | operation | index | NULL | ix_operation_user_27 | 8 | NULL | 85 | Using index; Using temporary; Using filesort |
  5. | 1 | PRIMARY | <derived2> | ALL | NULL | NULL | NULL | NULL | 84 | |
  6. | 1 | PRIMARY | <derived4> | ALL | NULL | NULL | NULL | NULL | 84 | |
  7. | 1 | PRIMARY | <derived5> | ALL | NULL | NULL | NULL | NULL | 84 | |
  8. | 5 | DERIVED | organization | index | PRIMARY | NULL | 8 | NULL | 8493 | Using index; Using temporary; Using filesort |
  9. | 5 | DERIVED | accepted | ref | PRIMARY,ix_accepted_organization_3 | ix_accepted_organization_3 | 8 | db.organization.id | 1 | Using index |
  10. | 5 | DERIVED | hostname | ref | PRIMARY,ix_hostname_accepted_15 | ix_hostname_accepted_15 | 8 | db.accepted.id | 2 | Using index |
  11. | 5 | DERIVED | hostname_operation | ref | ix_hostname_operation_hostname_16 | ix_hostname_operation_hostname_16 | 8 | db.hostname.id | 1 | |
  12. | 4 | DERIVED | domain | index | PRIMARY | PRIMARY | 8 | NULL | 13363 | Using index; Using temporary; Using filesort |
  13. | 4 | DERIVED | accepted | eq_ref | PRIMARY,uq_accepted_1,ix_accepted_domain_1 | uq_accepted_1 | 8 | db.domain.id | 1 | Using index |
  14. | 4 | DERIVED | hostname | ref | PRIMARY,ix_hostname_accepted_15 | ix_hostname_accepted_15 | 8 | db.accepted.id | 2 | Using index |
  15. | 4 | DERIVED | hostname_operation | ref | ix_hostname_operation_hostname_16 | ix_hostname_operation_hostname_16 | 8 | db.hostname.id | 1 | |
  16. | 2 | DERIVED | hostname_operation | index | NULL | ix_hostname_operation_operation_17 | 8 | NULL | 78359 | Using index; Using temporary; Using filesort |
  17. | 2 | DERIVED | <derived3> | ALL | NULL | NULL | NULL | NULL | 48 | |
  18. | 3 | DERIVED | hostname_operation | range | ix_hostname_operation_error_18 | ix_hostname_operation_error_18 | 9 | NULL | 1851 | Using where; Using temporary; Using filesort |
  19. +----+-------------+--------------------+--------+--------------------------------------------+------------------------------------+---------+--------------------+-------+----------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment