Query time 0.03379
JSON explain
{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "24.43"
},
"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": 10,
"rows_produced_per_join": 0,
"filtered": "4.00",
"cost_info": {
"read_cost": "4.48",
"eval_cost": "0.04",
"prefix_cost": "4.52",
"data_read_per_join": "1K"
},
"used_columns": [
"category_id",
"usergroup_ids",
"status",
"storefront_id"
],
"attached_condition": "((`nuie_scalesta_net`.`cscart_categories`.`category_id` in (7228,7229,7230,7231,7232,7233,7234,7235,7236,7250)) 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": "14.29",
"using_join_buffer": "hash join",
"cost_info": {
"read_cost": "0.88",
"eval_cost": "0.03",
"prefix_cost": "5.42",
"data_read_per_join": "1K"
},
"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": 33,
"filtered": "100.00",
"using_index": true,
"cost_info": {
"read_cost": "0.08",
"eval_cost": "3.36",
"prefix_cost": "8.87",
"data_read_per_join": "537"
},
"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": 1,
"filtered": "5.00",
"cost_info": {
"read_cost": "8.40",
"eval_cost": "0.17",
"prefix_cost": "20.63",
"data_read_per_join": "8K"
},
"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": 1,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.42",
"eval_cost": "0.17",
"prefix_cost": "21.22",
"data_read_per_join": "6K"
},
"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": 2,
"filtered": "9.92",
"cost_info": {
"read_cost": "0.43",
"eval_cost": "0.28",
"prefix_cost": "24.43",
"data_read_per_join": "66"
},
"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 |
| 99891 |
RND-GRC114A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99892 |
RND-GRC114W-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99893 |
RND-HNV10-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99894 |
RND-HNV10A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99895 |
RND-HNV10AD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99896 |
RND-HNV10D-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99897 |
RND-HNV14-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99898 |
RND-HNV14A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99899 |
RND-HNV14AD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99900 |
RND-HNV14D-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99901 |
RND-HNV17-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99902 |
RND-HNV17A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99903 |
RND-HNV17AD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99904 |
RND-HNV17D-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99905 |
RND-HNV20-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99906 |
RND-HNV20A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99907 |
RND-HNV20AD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99908 |
RND-HNV20D-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99909 |
RND-HNV24-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99910 |
RND-HNV24A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99911 |
RND-HNV24AD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99912 |
RND-HNV24D-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99913 |
RND-HNV7-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99914 |
RND-HNV7A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99915 |
RND-HNV7AD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99916 |
RND-HNV7D-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99917 |
RND-LE418A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99918 |
RND-LE418W-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99919 |
RND-LG1-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99920 |
RND-LG2-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99921 |
RND-MC5080-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99922 |
RND-MC5110-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99923 |
RND-MC5140-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99924 |
RND-MTR5077-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99925 |
RND-MTR5099-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99926 |
RND-MTR5141-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99927 |
RND-NL6140-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99928 |
RND-NRD081045-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99929 |
RND-NRD081055-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99930 |
RND-NRD120045-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99931 |
RND-NRD120055-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99932 |
RND-NV2315A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99933 |
RND-NV2315AD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99934 |
RND-NV2315W-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99935 |
RND-NV2315WD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99936 |
RND-NV2318A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99937 |
RND-NV2318AD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99938 |
RND-NV2318W-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99939 |
RND-NV2318WD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99940 |
RND-NV2915A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99941 |
RND-NV2915AD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99942 |
RND-NV2915W-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99943 |
RND-NV2915WD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99944 |
RND-NV2918A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99945 |
RND-NV2918AD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99946 |
RND-NV2918W-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99947 |
RND-NV2918WD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99948 |
RND-NV3515A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99949 |
RND-NV3515AD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99950 |
RND-NV3515W-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99951 |
RND-NV3515WD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99952 |
RND-NV3518A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99953 |
RND-NV3518AD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99954 |
RND-NV3518W-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99955 |
RND-NV3518WD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99956 |
RND-NV4115A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99957 |
RND-NV4115AD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99958 |
RND-NV4115W-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99959 |
RND-NV4115WD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99960 |
RND-NV4118A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99961 |
RND-NV4118AD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99962 |
RND-NV4118W-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99963 |
RND-NV4118WD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99964 |
RND-NV4715A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99965 |
RND-NV4715AD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99966 |
RND-NV4715W-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99967 |
RND-NV4715WD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99968 |
RND-NV4718AD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99969 |
RND-NV4718W-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99970 |
RND-NV4718WD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99971 |
RND-NV5315A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99972 |
RND-NV5315AD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99973 |
RND-NV5315WD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99974 |
RND-NV5318A-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99975 |
RND-NV5318AD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99976 |
RND-NV5318W-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99977 |
RND-NV5318WD-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99978 |
RND-NVH210DW-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99979 |
RND-NVH212DW-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99980 |
RND-NVH212SW-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99981 |
RND-NVH214DA-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99982 |
RND-NVH214DW-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99983 |
RND-NVH214SW-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99984 |
RND-NVH506DW-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99985 |
RND-NVH506SW-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99986 |
RND-NVH508DA-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |