Query time 0.00161
JSON explain
{
"query_block": {
"select_id": 1,
"table": {
"table_name": "cfp",
"access_type": "ALL",
"rows": 5774,
"filtered": 100,
"attached_condition": "cfp.product_id = 2247"
},
"table": {
"table_name": "cf",
"access_type": "ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "4",
"used_key_parts": ["category_filter_id"],
"ref": ["dev.cfp.category_filter_id"],
"rows": 1,
"filtered": 100,
"using_index": true
},
"table": {
"table_name": "cfd",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "10",
"used_key_parts": ["category_filter_id", "lang_code"],
"ref": ["dev.cf.category_filter_id", "const"],
"rows": 1,
"filtered": 100,
"attached_condition": "trigcond(cfd.lang_code = 'en' and trigcond(cf.category_filter_id is not null))"
},
"table": {
"table_name": "cfv",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "4",
"used_key_parts": ["category_filter_value_id"],
"ref": ["dev.cfp.value"],
"rows": 1,
"filtered": 100,
"attached_condition": "trigcond(cfv.category_filter_value_id = cfp.`value`)",
"using_index": true
},
"table": {
"table_name": "cfvd",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "10",
"used_key_parts": ["category_filter_value_id", "lang_code"],
"ref": ["dev.cfv.category_filter_value_id", "const"],
"rows": 1,
"filtered": 100,
"attached_condition": "trigcond(cfvd.lang_code = 'en' and trigcond(cfv.category_filter_value_id is not null))"
}
}
}
Result
category_filter_id |
category_filter_title |
category_filter_value_id |
category_filter_value_title |
19 |
Server |
208 |
Khadgar |
20 |
Faction |
331 |
Alliance |