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 |
227 |
Using where; 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 |
prices |
ref |
usergroup,product_id,lower_limit,usergroup_id |
usergroup |
3 |
mahm3t_cs443.products_categories.product_id |
1 |
Using where; Using index |
1 |
SIMPLE |
shared_descr |
eq_ref |
PRIMARY,product_id,company_id |
PRIMARY |
13 |
mahm3t_cs443.products_categories.product_id,const,const |
1 |
Using where |
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 |
1 |
SIMPLE |
popularity |
eq_ref |
PRIMARY,total |
PRIMARY |
3 |
mahm3t_cs443.products_categories.product_id |
1 |
|
1 |
SIMPLE |
descr1 |
eq_ref |
PRIMARY,product_id |
PRIMARY |
9 |
mahm3t_cs443.products_categories.product_id,const |
1 |
Using where |