Query time 0.02996
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 |
| 99014 |
MTY104-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99015 |
MTY105-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99016 |
MTY108-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99017 |
MTY109-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99018 |
MTY803-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99019 |
MTY805-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99588 |
RL704N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99589 |
RL705MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99590 |
RL705N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99591 |
RL706MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99592 |
RL706N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99593 |
RL707MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99594 |
RL707N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99595 |
RL708MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99596 |
RL708N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99597 |
RL709MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99598 |
RL709N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99599 |
RLL307MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99600 |
RLL307N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99601 |
RLL308MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99602 |
RLL308N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99603 |
RLL310MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99604 |
RLL310N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99605 |
RLL312MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99606 |
RLL312N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99607 |
RLL316MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99608 |
RLL316N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99609 |
RLL407MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99610 |
RLL407N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99611 |
RLL408MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99612 |
RLL408N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99613 |
RLL410MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99614 |
RLL410N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99615 |
RLL412MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99616 |
RLL412N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99617 |
RLL414MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99618 |
RLL414N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99619 |
RLL416MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99620 |
RLL416N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99621 |
RLL418MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99622 |
RLL418N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99623 |
RLL507MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99624 |
RLL507N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99625 |
RLL508ANT-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99626 |
RLL508MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99627 |
RLL508N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99628 |
RLL510MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99629 |
RLL510N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99630 |
RLL511MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99631 |
RLL511N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99632 |
RLL512ANT-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99633 |
RLL512MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99634 |
RLL512N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99635 |
RLL514MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99636 |
RLL514N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99637 |
RLL515ANT-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99638 |
RLL515MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99639 |
RLL515N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99640 |
RLL516MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99641 |
RLL516N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99642 |
RLL518MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99643 |
RLL518N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99644 |
RLL607MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99645 |
RLL607N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99646 |
RLL608MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99647 |
RLL608N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99669 |
RLL610MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99670 |
RLL610N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99671 |
RLL611MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99672 |
RLL611N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99673 |
RLL612MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99674 |
RLL612N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99675 |
RLL614MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99676 |
RLL614N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99677 |
RLL615MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99678 |
RLL615N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99679 |
RLL616MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99680 |
RLL616N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99681 |
RLL618MB-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99682 |
RLL618N-K-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99683 |
RND-2C154-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99684 |
RND-2C156-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99685 |
RND-2C158-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99686 |
RND-2C184-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99687 |
RND-2C186-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99688 |
RND-2C188-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99689 |
RND-2C513-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99690 |
RND-2C517-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99691 |
RND-2C522-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99692 |
RND-2C526-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99693 |
RND-2C613-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99694 |
RND-2C617-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99695 |
RND-2C622-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99696 |
RND-2C626-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99697 |
RND-AG40120WF-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |
| 99698 |
RND-AG40800BF-P |
Roxor |
0.00000000 |
P |
0 |
N |
N |
N |