Query time 0.00421
JSON explain
{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "24.93"
},
"ordering_operation": {
"using_filesort": true,
"grouping_operation": {
"using_temporary_table": true,
"using_filesort": false,
"nested_loop": [
{
"table": {
"table_name": "cscart_categories",
"access_type": "range",
"possible_keys": [
"PRIMARY",
"c_status",
"p_category_id"
],
"key": "PRIMARY",
"used_key_parts": [
"category_id"
],
"key_length": "3",
"rows_examined_per_scan": 6,
"rows_produced_per_join": 0,
"filtered": "4.00",
"cost_info": {
"read_cost": "2.69",
"eval_cost": "0.02",
"prefix_cost": "2.71",
"data_read_per_join": "641"
},
"used_columns": [
"category_id",
"usergroup_ids",
"status",
"storefront_id"
],
"attached_condition": "((`nuie_scalesta_net`.`cscart_categories`.`category_id` in (7300,7301,7302,7303,7304,7306)) and ((`nuie_scalesta_net`.`cscart_categories`.`usergroup_ids` = '') or (0 <> find_in_set(0,`nuie_scalesta_net`.`cscart_categories`.`usergroup_ids`)) or (0 <> find_in_set(1,`nuie_scalesta_net`.`cscart_categories`.`usergroup_ids`))) and (`nuie_scalesta_net`.`cscart_categories`.`status` in ('A','H')) and (`nuie_scalesta_net`.`cscart_categories`.`storefront_id` in (0,1)))"
}
},
{
"table": {
"table_name": "companies",
"access_type": "range",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"company_id"
],
"key_length": "4",
"rows_examined_per_scan": 5,
"rows_produced_per_join": 0,
"filtered": "33.33",
"using_join_buffer": "hash join",
"cost_info": {
"read_cost": "0.50",
"eval_cost": "0.04",
"prefix_cost": "3.26",
"data_read_per_join": "2K"
},
"used_columns": [
"company_id",
"status",
"company"
],
"attached_condition": "((`nuie_scalesta_net`.`companies`.`status` = 'A') and (`nuie_scalesta_net`.`companies`.`company_id` in (2,8,9,10,0)))"
}
},
{
"table": {
"table_name": "products_categories",
"access_type": "ref",
"possible_keys": [
"PRIMARY",
"pt"
],
"key": "PRIMARY",
"used_key_parts": [
"category_id"
],
"key_length": "3",
"ref": [
"nuie_scalesta_net.cscart_categories.category_id"
],
"rows_examined_per_scan": 117,
"rows_produced_per_join": 47,
"filtered": "100.00",
"using_index": true,
"cost_info": {
"read_cost": "0.12",
"eval_cost": "4.71",
"prefix_cost": "8.08",
"data_read_per_join": "752"
},
"used_columns": [
"product_id",
"category_id"
]
}
},
{
"table": {
"table_name": "products",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"age_verification",
"status",
"idx_parent_product_id",
"my_supplier_id",
"supplier_access_time",
"products_rf_product_code_index",
"products_rf_manufacturer_code_index"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"nuie_scalesta_net.products_categories.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 2,
"filtered": "5.00",
"cost_info": {
"read_cost": "7.06",
"eval_cost": "0.24",
"prefix_cost": "19.84",
"data_read_per_join": "11K"
},
"used_columns": [
"product_id",
"product_type",
"status",
"company_id",
"usergroup_ids",
"parent_product_id",
"rf_stop_update_price",
"rf_stop_update_amount",
"rf_stop_update_status"
],
"attached_condition": "((`nuie_scalesta_net`.`products`.`company_id` = `nuie_scalesta_net`.`companies`.`company_id`) and (`nuie_scalesta_net`.`products`.`parent_product_id` = 0) and ((`nuie_scalesta_net`.`products`.`usergroup_ids` = '') or (0 <> find_in_set(0,`nuie_scalesta_net`.`products`.`usergroup_ids`)) or (0 <> find_in_set(1,`nuie_scalesta_net`.`products`.`usergroup_ids`))) and (`nuie_scalesta_net`.`products`.`status` = 'A') and (`nuie_scalesta_net`.`products`.`product_type` <> 'D'))"
}
},
{
"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": [
"nuie_scalesta_net.products_categories.product_id",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 2,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.35",
"eval_cost": "0.24",
"prefix_cost": "20.43",
"data_read_per_join": "8K"
},
"used_columns": [
"product_id",
"lang_code",
"product"
]
}
},
{
"table": {
"table_name": "prices",
"access_type": "ref",
"possible_keys": [
"usergroup",
"product_id",
"lower_limit",
"usergroup_id"
],
"key": "usergroup",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"nuie_scalesta_net.products_categories.product_id"
],
"rows_examined_per_scan": 16,
"rows_produced_per_join": 3,
"filtered": "9.92",
"cost_info": {
"read_cost": "0.60",
"eval_cost": "0.39",
"prefix_cost": "24.93",
"data_read_per_join": "92"
},
"used_columns": [
"product_id",
"price",
"percentage_discount",
"lower_limit",
"usergroup_id"
],
"attached_condition": "((`nuie_scalesta_net`.`prices`.`lower_limit` = 1) and (`nuie_scalesta_net`.`prices`.`usergroup_id` in (0,0,1)))"
}
}
]
}
}
}
}
Result
| product_id |
product |
company_name |
price |
product_type |
parent_product_id |
rf_stop_update_price |
rf_stop_update_amount |
rf_stop_update_status |
| 91986 |
Victrion Straight Wall Mounted Shower Arm |
Roxor |
105.00000000 |
P |
0 |
N |
N |
N |
| 91987 |
Victrion Straight Wall Mounted Shower Arm |
Roxor |
105.00000000 |
P |
0 |
N |
N |
N |
| 91988 |
Victrion Straight Wall Mounted Shower Arm |
Roxor |
105.00000000 |
P |
0 |
N |
N |
N |
| 91989 |
Victrion Straight Wall Mounted Shower Arm |
Roxor |
105.00000000 |
P |
0 |
N |
N |
N |
| 91990 |
Victrion Straight Wall Mounted Shower Arm |
Roxor |
105.00000000 |
P |
0 |
N |
N |
N |
| 91991 |
Victrion Straight Wall Mounted Shower Arm |
Roxor |
105.00000000 |
P |
0 |
N |
N |
N |
| 91969 |
Victrion Ceiling Mounted Shower Arm |
Roxor |
104.17000000 |
P |
0 |
N |
N |
N |
| 91971 |
Victrion Ceiling Mounted Shower Arm |
Roxor |
104.17000000 |
P |
0 |
N |
N |
N |
| 91972 |
Victrion Ceiling Mounted Shower Arm |
Roxor |
104.17000000 |
P |
0 |
N |
N |
N |
| 91974 |
Victrion Ceiling Mounted Shower Arm |
Roxor |
104.17000000 |
P |
0 |
N |
N |
N |
| 91975 |
Victrion Ceiling Mounted Shower Arm |
Roxor |
104.17000000 |
P |
0 |
N |
N |
N |
| 86810 |
Shower Kits Slide Rail Kit |
Roxor |
103.33000000 |
P |
0 |
N |
N |
N |
| 82384 |
Commercial Concealed Anti-Vandal Fixed Head |
Roxor |
102.50000000 |
P |
0 |
N |
N |
N |
| 82557 |
Fixed Shower Heads Wall-Mounted Arm |
Roxor |
102.50000000 |
P |
0 |
N |
N |
N |
| 82369 |
Fixed Shower Heads Ceiling-Mounted Arm |
Roxor |
95.83000000 |
P |
0 |
N |
N |
N |
| 82345 |
Fixed Head |
Roxor |
95.00000000 |
P |
0 |
N |
N |
N |
| 82373 |
Outlet Elbow, Parking Bracket, Flex and Handset |
Roxor |
93.33000000 |
P |
0 |
N |
N |
N |
| 82375 |
Shower Kits Luxury Slide Rail Kit |
Roxor |
93.33000000 |
P |
0 |
N |
N |
N |
| 91952 |
Victrion 8" Fixed Shower Head |
Roxor |
91.67000000 |
P |
0 |
N |
N |
N |
| 82400 |
Fixed Shower Heads Fixed Head Matt Black |
Roxor |
86.67000000 |
P |
0 |
N |
N |
N |
| 82408 |
Fixed Shower Heads Round Fixed Head 200mm Diameter |
Roxor |
86.67000000 |
P |
0 |
N |
N |
N |
| 82418 |
Fixed Shower Heads Fixed Head Brushed Brass |
Roxor |
86.67000000 |
P |
0 |
N |
N |
N |
| 89590 |
Slide Rail Kit |
Roxor |
85.83000000 |
P |
0 |
N |
N |
N |
| 89589 |
Shower Kits Slide Rail Kit |
Roxor |
78.33000000 |
P |
0 |
N |
N |
N |
| 86806 |
Shower Kits Slide Rail Kit |
Roxor |
72.50000000 |
P |
0 |
N |
N |
N |
| 82344 |
Fixed Head |
Roxor |
68.33000000 |
P |
0 |
N |
N |
N |
| 82560 |
Square Wall Mounted Shower Arm |
Roxor |
65.83000000 |
P |
0 |
N |
N |
N |
| 82565 |
Fixed Shower Heads Ceiling-Mounted Arm Matt Black |
Roxor |
65.83000000 |
P |
0 |
N |
N |
N |
| 82569 |
Fixed Shower Heads Round Ceiling Arm 300mm |
Roxor |
65.83000000 |
P |
0 |
N |
N |
N |
| 82573 |
Fixed Shower Heads Ceiling-Mounted Arm Brushed Brass |
Roxor |
65.83000000 |
P |
0 |
N |
N |
N |
| 82562 |
Fixed Shower Heads Wall-Mounted Arm Matt Black |
Roxor |
65.00000000 |
P |
0 |
N |
N |
N |
| 82566 |
Fixed Shower Heads Wall Hung Shower Arm |
Roxor |
65.00000000 |
P |
0 |
N |
N |
N |
| 82570 |
Fixed Shower Heads Wall-Mounted Arm Brushed Brass |
Roxor |
65.00000000 |
P |
0 |
N |
N |
N |
| 91968 |
Victrion Ceiling Mounted Shower Arm |
Roxor |
64.17000000 |
P |
0 |
N |
N |
N |
| 82555 |
Fixed Shower Heads Wall-Mounted Arm |
Roxor |
60.00000000 |
P |
0 |
N |
N |
N |
| 82553 |
Wall-Mounted Arm |
Roxor |
58.33000000 |
P |
0 |
N |
N |
N |
| 82554 |
Shower Arms Wall-Mounted Arm |
Roxor |
56.67000000 |
P |
0 |
N |
N |
N |
| 86232 |
Shower Heads Fixed Head |
Roxor |
55.83000000 |
P |
0 |
N |
N |
N |
| 86233 |
Shower Heads Fixed Head |
Roxor |
55.83000000 |
P |
0 |
N |
N |
N |
| 82559 |
Shower Arms Ceiling-Mounted Arm |
Roxor |
54.17000000 |
P |
0 |
N |
N |
N |
| 82552 |
Shower Arms Wall-Mounted Arm |
Roxor |
52.50000000 |
P |
0 |
N |
N |
N |
| 82564 |
Fixed Shower Heads Wall-Mounted Arm Matt Black |
Roxor |
52.50000000 |
P |
0 |
N |
N |
N |
| 82568 |
Fixed Shower Heads Round Ceiling Arm 150mm |
Roxor |
52.50000000 |
P |
0 |
N |
N |
N |
| 82572 |
Fixed Shower Heads Wall-Mounted Arm Brushed Brass |
Roxor |
52.50000000 |
P |
0 |
N |
N |
N |
| 91976 |
Victrion Arch Wall Mounted Shower Arm |
Roxor |
51.67000000 |
P |
0 |
N |
N |
N |
| 91984 |
Victrion Straight Wall Mounted Shower Arm |
Roxor |
45.00000000 |
P |
0 |
N |
N |
N |
| 86809 |
Shower Kits Slide Rail Kit |
Roxor |
43.33000000 |
P |
0 |
N |
N |
N |
| 82558 |
Wall-Mounted Arm |
Roxor |
42.50000000 |
P |
0 |
N |
N |
N |
| 82413 |
Shower Accessories Shower Flex |
Roxor |
33.33000000 |
P |
0 |
N |
N |
N |
| 86337 |
Shower Accessories Minimalist Handset |
Roxor |
29.17000000 |
P |
0 |
N |
N |
N |
| 86336 |
Shower Accessories Easy-Clean Handset |
Roxor |
22.50000000 |
P |
0 |
N |
N |
N |
| 92555 |
A15082 |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 92558 |
A15263 |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 92559 |
A15264 |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 92593 |
ARM1501 |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 92594 |
ARM1513 |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 92595 |
ARM1515 |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 92596 |
ARM1516 |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 94023 |
STY1542 |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 94449 |
A3265 |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 94696 |
BAYS203 |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 94697 |
BAYS204 |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 94705 |
BAYS302 |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 94706 |
BAYS303 |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 94707 |
BAYS351 |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 94708 |
BAYS352 |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96295 |
TSK001 |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96298 |
TSS111 |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96706 |
A15082-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96707 |
A15088-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96708 |
A15167-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96709 |
A15263-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96710 |
A15264-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96715 |
A3027-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96717 |
A304-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96718 |
A3040-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96719 |
A3041-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96720 |
A3043-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96724 |
A3064-M |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96726 |
A3082-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96727 |
A3088-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96734 |
A3167-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96735 |
A3181-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96738 |
A3211-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96739 |
A3220-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96740 |
A3263-M |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96741 |
A3264-M |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96742 |
A3265-M |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96743 |
A3273A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96748 |
A3557-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96756 |
A4082-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96757 |
A4088-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96758 |
A4167-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96759 |
A4211-M |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96760 |
A4263-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 96761 |
A4264-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |