Guest User

Untitled

a guest
Dec 12th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. +------+--------------+------------+-------+---------------+--------+---------+------+--------+-----------------------------------------------------------+
  2. | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
  3. +------+--------------+------------+-------+---------------+--------+---------+------+--------+-----------------------------------------------------------+
  4. | 1 | PRIMARY | u | range | idx_u | idx_u | 9 | NULL | 26157 | Using where; Using index; Using temporary; Using filesort |
  5. +------+--------------+------------+-------+---------------+--------+---------+------+--------+-----------------------------------------------------------+
  6. | 1 | PRIMARY | <derived2> | ALL | NULL | NULL | NULL | NULL | 50586 | Using where |
  7. +------+--------------+------------+-------+---------------+--------+---------+------+--------+-----------------------------------------------------------+
  8. | 2 | DERIVED | <derived3> | ALL | NULL | NULL | NULL | NULL | 208600 | Using temporary; Using filesort |
  9. +------+--------------+------------+-------+---------------+--------+---------+------+--------+-----------------------------------------------------------+
  10. | 3 | DERIVED | match | range | idx_m1,idx_m2 | idx_m1 | 9 | NULL | 104129 | Using where; Using index |
  11. +------+--------------+------------+-------+---------------+--------+---------+------+--------+-----------------------------------------------------------+
  12. | 4 | UNION | match | range | idx_m1,idx_m2 | idx_m2 | 9 | NULL | 104129 | Using where; Using index |
  13. +------+--------------+------------+-------+---------------+--------+---------+------+--------+-----------------------------------------------------------+
  14. | NULL | UNION RESULT | <union3,4> | ALL | NULL | NULL | NULL | NULL | NULL | |
  15. +------+--------------+------------+-------+---------------+--------+---------+------+--------+-----------------------------------------------------------+
Add Comment
Please, Sign In to add comment