Query time 0.00004
JSON explain
{
"query_block": {
"select_id": 1,
"filesort": {
"sort_key": "cscart_product_filters.position, cscart_product_filter_descriptions.filter",
"temporary_table": {
"nested_loop": [
{
"table": {
"table_name": "cscart_product_filters",
"access_type": "ALL",
"rows": 34,
"filtered": 100,
"attached_condition": "cscart_product_filters.`status` = 'A' and (cscart_product_filters.categories_path = '' or find_in_set(22980,cscart_product_filters.categories_path))"
}
},
{
"table": {
"table_name": "cscart_product_filter_descriptions",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "9",
"used_key_parts": ["filter_id", "lang_code"],
"ref": [
"ebonza_cscart_test.cscart_product_filters.filter_id",
"const"
],
"rows": 1,
"filtered": 100,
"attached_condition": "trigcond(cscart_product_filter_descriptions.lang_code = 'en')"
}
},
{
"table": {
"table_name": "cscart_product_features",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "3",
"used_key_parts": ["feature_id"],
"ref": ["ebonza_cscart_test.cscart_product_filters.feature_id"],
"rows": 1,
"filtered": 100
}
},
{
"table": {
"table_name": "cscart_product_features_descriptions",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "9",
"used_key_parts": ["feature_id", "lang_code"],
"ref": [
"ebonza_cscart_test.cscart_product_filters.feature_id",
"const"
],
"rows": 1,
"filtered": 100,
"attached_condition": "trigcond(cscart_product_features_descriptions.lang_code = 'en')"
}
}
]
}
}
}
}