Explain
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
cscart_categories |
const |
PRIMARY,c_status,p_category_id,idx_category_id |
PRIMARY |
3 |
const |
1 |
Using temporary; Using filesort |
1 |
SIMPLE |
products_categories |
ref |
PRIMARY,pt,product_id_idx,category_id_idx,product_category_idx,category_product_idx |
PRIMARY |
3 |
const |
12 |
Using index |
1 |
SIMPLE |
products |
eq_ref |
PRIMARY,status,product_id_idx,status_idx |
PRIMARY |
3 |
mahm3t_cs443.products_categories.product_id |
1 |
Using where |
1 |
SIMPLE |
shared_descr |
ref |
PRIMARY,product_id |
product_id |
3 |
mahm3t_cs443.products_categories.product_id |
11 |
Using index |
1 |
SIMPLE |
cscart_aval_statuses |
eq_ref |
PRIMARY |
PRIMARY |
4 |
mahm3t_cs443.products.aval_status |
1 |
|
1 |
SIMPLE |
cscart_aval_statuses_descr |
ref |
aval_status_id |
aval_status_id |
10 |
mahm3t_cs443.cscart_aval_statuses.aval_status_id,const |
1 |
Using where; Using index |
1 |
SIMPLE |
cscart_product_filters |
index |
PRIMARY,feature_id,feature_id_status_idx,filter_id_idx,feature_filter_idx |
feature_filter_idx |
6 |
|
51 |
Using where; Using index; Using join buffer (flat, BNL join) |
1 |
SIMPLE |
cscart_product_features |
eq_ref |
PRIMARY |
PRIMARY |
3 |
mahm3t_cs443.cscart_product_filters.feature_id |
1 |
Using where |
1 |
SIMPLE |
cscart_product_features_values |
ref |
PRIMARY,fl,lang_code,product_id,fpl,product_id_idx,feature_id_idx,feature_value_product_idx,product_feature_idx |
PRIMARY |
6 |
mahm3t_cs443.cscart_product_filters.feature_id,mahm3t_cs443.products_categories.product_id |
5 |
Using where; Using index |