Created
March 1, 2011 14:13
-
-
Save bcmiller/849179 to your computer and use it in GitHub Desktop.
group explain
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
Filesort | |
+- TEMPORARY | |
table temporary(nr,n,na) | |
+- JOIN | |
+- Distinct/Not-Exists | |
| +- Filter with WHERE | |
| +- Bookmark lookup | |
| +- Table | |
| | table na | |
| | possible_keys PRIMARY | |
| +- Index lookup | |
| key na->PRIMARY | |
| possible_keys PRIMARY | |
| key_len 4 | |
| ref apci.n.nid | |
| rows 2 | |
+- JOIN | |
+- Filter with WHERE | |
| +- Bookmark lookup | |
| +- Table | |
| | table n | |
| | possible_keys PRIMARY,vid,node_status_type,node_type | |
| +- Unique index lookup | |
| key n->vid | |
| possible_keys PRIMARY,vid,node_status_type,node_type | |
| key_len 4 | |
| ref apci.nr.vid | |
| rows 1 | |
+- Filter with WHERE | |
+- Index lookup | |
key nr->field_group_payee_nid | |
possible_keys PRIMARY,field_group_payee_nid | |
key_len 5 | |
ref const | |
rows 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment