Query time 0.00300
JSON explain
{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "16.91"
},
"ordering_operation": {
"using_filesort": true,
"grouping_operation": {
"using_temporary_table": true,
"using_filesort": false,
"nested_loop": [
{
"table": {
"table_name": "inventory",
"access_type": "system",
"possible_keys": [
"pc"
],
"rows_examined_per_scan": 0,
"rows_produced_per_join": 1,
"filtered": "0.00",
"const_row_not_found": true,
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.10",
"prefix_cost": "0.00",
"data_read_per_join": "880"
},
"used_columns": [
"product_id",
"amount"
]
}
},
{
"table": {
"table_name": "cscart_categories",
"access_type": "const",
"possible_keys": [
"PRIMARY",
"c_status",
"p_category_id"
],
"key": "PRIMARY",
"used_key_parts": [
"category_id"
],
"key_length": "3",
"ref": [
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 1,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.10",
"prefix_cost": "0.00",
"data_read_per_join": "2K"
},
"used_columns": [
"category_id",
"company_id",
"usergroup_ids",
"status"
]
}
},
{
"table": {
"table_name": "products_categories",
"access_type": "ref",
"possible_keys": [
"PRIMARY",
"pt"
],
"key": "PRIMARY",
"used_key_parts": [
"category_id"
],
"key_length": "3",
"ref": [
"const"
],
"rows_examined_per_scan": 60,
"rows_produced_per_join": 60,
"filtered": "100.00",
"using_index": true,
"cost_info": {
"read_cost": "1.08",
"eval_cost": "6.00",
"prefix_cost": "7.08",
"data_read_per_join": "960"
},
"used_columns": [
"product_id",
"category_id"
]
}
},
{
"table": {
"table_name": "products",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"status"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"maniamall_cscart.products_categories.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 3,
"filtered": "5.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.30",
"prefix_cost": "13.08",
"data_read_per_join": "13K"
},
"used_columns": [
"product_id",
"status",
"amount",
"usergroup_ids",
"tracking",
"stoc_intern",
"pret_achizitie",
"pret_revanzator",
"gestiune"
],
"attached_condition": "((0 <> (case `maniamall_cscart`.`products`.`tracking` when 'O' then <cache>((NULL > 0)) when 'B' then (`maniamall_cscart`.`products`.`amount` > 0) else 1 end)) and ((`maniamall_cscart`.`products`.`usergroup_ids` = '') or (0 <> find_in_set(0,`maniamall_cscart`.`products`.`usergroup_ids`)) or (0 <> find_in_set(1,`maniamall_cscart`.`products`.`usergroup_ids`))) and (`maniamall_cscart`.`products`.`status` = 'A'))"
}
},
{
"table": {
"table_name": "shared_descr",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"product_id",
"company_id"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id",
"lang_code",
"company_id"
],
"key_length": "13",
"ref": [
"maniamall_cscart.products_categories.product_id",
"const",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 3,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.30",
"prefix_cost": "13.38",
"data_read_per_join": "11K"
},
"used_columns": [
"product_id",
"lang_code",
"company_id",
"product"
]
}
},
{
"table": {
"table_name": "descr1",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"product_id"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id",
"lang_code"
],
"key_length": "9",
"ref": [
"maniamall_cscart.products_categories.product_id",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 3,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.30",
"prefix_cost": "13.68",
"data_read_per_join": "11K"
},
"used_columns": [
"product_id",
"lang_code",
"product"
]
}
},
{
"table": {
"table_name": "popularity",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"total"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"maniamall_cscart.products_categories.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 3,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.30",
"prefix_cost": "13.98",
"data_read_per_join": "96"
},
"used_columns": [
"product_id",
"total"
]
}
},
{
"table": {
"table_name": "prices",
"access_type": "ref",
"possible_keys": [
"usergroup",
"product_id",
"lower_limit",
"usergroup_id"
],
"key": "lower_limit",
"used_key_parts": [
"lower_limit",
"product_id"
],
"key_length": "6",
"ref": [
"const",
"maniamall_cscart.products_categories.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 1,
"filtered": "50.00",
"using_index": true,
"cost_info": {
"read_cost": "2.63",
"eval_cost": "0.15",
"prefix_cost": "16.91",
"data_read_per_join": "36"
},
"used_columns": [
"product_id",
"lower_limit",
"usergroup_id"
],
"attached_condition": "(`maniamall_cscart`.`prices`.`usergroup_id` in (0,0,1))"
}
}
]
}
}
}
}
Result
| product_id |
product |
stoc_intern |
pret_achizitie |
pret_revanzator |
gestiune |
| 590365 |
Cupla aer M6XM8XM6 , mufa rapida teu , reductie plastic Kft Auto |
-99 |
0.00 |
0.00 |
N |
| 590359 |
Cupla aer M4 la M6, mufa rapida dreapta , reductie plastic Kft Auto |
-99 |
0.00 |
0.00 |
N |
| 590343 |
Cupla aer M12 , mufa rapida dreapta, plastic Kft Auto |
-99 |
0.00 |
0.00 |
N |
| 590337 |
Cupla aer M10 , mufa rapida teu , plastic Kft Auto |
-99 |
0.00 |
0.00 |
N |
| 590341 |
Cupla aer M12 , mufa rapida cot 90 grade, plastic Kft Auto |
-99 |
0.00 |
0.00 |
Y |
| 590358 |
Cupla aer M4 , mufa rapida teu , plastic Kft Auto |
-99 |
0.00 |
0.00 |
N |
| 590335 |
Cupla aer M10 , mufa rapida cot 90 grade, plastic Kft Auto |
-99 |
0.00 |
0.00 |
N |
| 590366 |
Cupla aer M8 , mufa rapida cot 90 grade, plastic Kft Auto |
-99 |
0.00 |
0.00 |
N |
| 590364 |
Cupla aer M6XM4XM6 , mufa rapida teu , reductie plastic Kft Auto |
-99 |
0.00 |
0.00 |
N |
| 590369 |
Cupla aer M8 , mufa rapida teu , plastic Kft Auto |
-99 |
0.00 |
0.00 |
N |
| 590368 |
Cupla aer M8 , mufa rapida dreapta , plastic Kft Auto |
-99 |
0.00 |
0.00 |
N |
| 590348 |
Cupla aer M14 , mufa rapida cot 90 grade, plastic Kft Auto |
-99 |
0.00 |
0.00 |
N |
| 590351 |
Cupla aer M14 , mufa rapida teu , plastic Kft Auto |
-99 |
0.00 |
0.00 |
N |
| 1070392 |
Cupla aer M6 , mufa rapida teu , plastic Kft Auto |
-99 |
0.00 |
0.00 |
N |
| 590350 |
Cupla aer M14 , mufa rapida dreapta , plastic Kft Auto |
-99 |
0.00 |
0.00 |
N |
| 590356 |
Cupla aer M16 , mufa rapida teu , plastic Kft Auto |
-99 |
0.00 |
0.00 |
N |