Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. +----+--------------+-----------------+--------+-----------------------------------------------------------------+----------------------+---------+-------------------------------+-------+----------------------------------------------------+
  2. | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
  3. +----+--------------+-----------------+--------+-----------------------------------------------------------------+----------------------+---------+-------------------------------+-------+----------------------------------------------------+
  4. | 1 | PRIMARY | <derived2> | ALL | NULL | NULL | NULL | NULL | 15550 | Using temporary; Using filesort |
  5. | 1 | PRIMARY | Bridge | ref | bethIdKeyIdx,stringNameKeyIdx,stringValueKeyIdx,attrCombinedIdx | bethIdKeyIdx | 8 | Beth.id | 1 | NULL |
  6. | 1 | PRIMARY | AttributeName | eq_ref | PRIMARY,stringId_UNIQUE | PRIMARY | 8 | polaris.Bridge.stringNameKey | 1 | NULL |
  7. | 1 | PRIMARY | AttributeValue | eq_ref | PRIMARY,stringId_UNIQUE | PRIMARY | 8 | polaris.Bridge.stringValueKey | 1 | NULL |
  8. | 2 | DERIVED | <derived3> | ALL | NULL | NULL | NULL | NULL | 2 | NULL |
  9. | 2 | DERIVED | MatchingParent | eq_ref | PRIMARY,id_UNIQUE | PRIMARY | 8 | FilteredBeth.id | 1 | NULL |
  10. | 3 | DERIVED | AttributeName2 | const | PRIMARY,value_UNIQUE,stringId_UNIQUE | value_UNIQUE | 257 | const | 1 | Using index |
  11. | 3 | DERIVED | AttributeValue2 | const | PRIMARY,value_UNIQUE,stringId_UNIQUE | value_UNIQUE | 257 | const | 1 | Using index |
  12. | 3 | DERIVED | Bridge2 | ref | bethIdKeyIdx,stringNameKeyIdx,stringValueKeyIdx,attrCombinedIdx | stringValueKeyIdx | 8 | const | 1 | Using where |
  13. | 3 | DERIVED | Beth | eq_ref | PRIMARY,id_UNIQUE | PRIMARY | 8 | polaris.Bridge2.bethIdKey | 1 | NULL |
  14. | 4 | UNION | MatchingChild | range | IDX_6B7D0EA710EE4CEE | IDX_6B7D0EA710EE4CEE | 9 | NULL | 7774 | Using index condition |
  15. | 4 | UNION | <derived5> | ALL | NULL | NULL | NULL | NULL | 2 | Using where; Using join buffer (Block Nested Loop) |
  16. | 5 | DERIVED | AttributeName1 | const | PRIMARY,value_UNIQUE,stringId_UNIQUE | value_UNIQUE | 257 | const | 1 | Using index |
  17. | 5 | DERIVED | AttributeValue1 | const | PRIMARY,value_UNIQUE,stringId_UNIQUE | value_UNIQUE | 257 | const | 1 | Using index |
  18. | 5 | DERIVED | Bridge1 | ref | bethIdKeyIdx,stringNameKeyIdx,stringValueKeyIdx,attrCombinedIdx | stringValueKeyIdx | 8 | const | 1 | Using where |
  19. | 5 | DERIVED | Beth | eq_ref | PRIMARY,id_UNIQUE | PRIMARY | 8 | polaris.Bridge1.bethIdKey | 1 | NULL |
  20. | NULL | UNION RESULT | <union2,4> | ALL | NULL | NULL | NULL | NULL | NULL | Using temporary |
  21. +----+--------------+-----------------+--------+-----------------------------------------------------------------+----------------------+---------+-------------------------------+-------+----------------------------------------------------+
  22. 17 rows in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement