{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "62272.29"
},
"ordering_operation": {
"using_temporary_table": true,
"using_filesort": true,
"grouping_operation": {
"using_filesort": false,
"nested_loop": [
{
"table": {
"table_name": "companies",
"access_type": "const",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"company_id"
],
"key_length": "4",
"ref": [
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 1,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.20",
"prefix_cost": "0.00",
"data_read_per_join": "9K"
},
"used_columns": [
"company_id",
"status",
"company",
"ec_rfq_whatsapp_number",
"ec_rfq_phone_number",
"ec_rfq_bhf",
"ec_rfq_bht"
]
}
},
{
"table": {
"table_name": "products",
"access_type": "ref",
"possible_keys": [
"PRIMARY",
"age_verification",
"status",
"idx_parent_product_id",
"idx_master_product_id"
],
"key": "idx_parent_product_id",
"used_key_parts": [
"parent_product_id"
],
"key_length": "4",
"ref": [
"const"
],
"rows_examined_per_scan": 212779,
"rows_produced_per_join": 678,
"filtered": "0.32",
"index_condition": "((`webmarco`.`products`.`parent_product_id` <=> 0) and ((`webmarco`.`products`.`product_id` <> 282469) and (`webmarco`.`products`.`product_id` is not null)))",
"cost_info": {
"read_cost": "17970.00",
"eval_cost": "135.76",
"prefix_cost": "60525.80",
"data_read_per_join": "5M"
},
"used_columns": [
"product_id",
"product_type",
"status",
"company_id",
"amount",
"usergroup_ids",
"tracking",
"parent_product_id"
],
"attached_condition": "((`webmarco`.`products`.`company_id` = 575) and ((`webmarco`.`products`.`amount` > 0) or (`webmarco`.`products`.`tracking` = 'D')) and ((`webmarco`.`products`.`usergroup_ids` = '') or find_in_set(0,`webmarco`.`products`.`usergroup_ids`) or find_in_set(1,`webmarco`.`products`.`usergroup_ids`)) and (`webmarco`.`products`.`status` = 'A'))"
}
},
{
"table": {
"table_name": "cscart_ec_table_booking_system",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id"
],
"key_length": "4",
"ref": [
"webmarco.products.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 678,
"filtered": "100.00",
"cost_info": {
"read_cost": "678.81",
"eval_cost": "135.76",
"prefix_cost": "61340.37",
"data_read_per_join": "116K"
},
"used_columns": [
"product_id",
"booking_type"
],
"attached_condition": "<if>(is_not_null_compl(cscart_ec_table_booking_system), (`webmarco`.`cscart_ec_table_booking_system`.`product_id` = `webmarco`.`products`.`product_id`), true)"
}
},
{
"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": [
"webmarco.products.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 33,
"filtered": "5.00",
"using_index": true,
"cost_info": {
"read_cost": "678.81",
"eval_cost": "6.79",
"prefix_cost": "62154.94",
"data_read_per_join": "2K"
},
"used_columns": [
"product_id",
"lower_limit",
"usergroup_id"
],
"attached_condition": "((`webmarco`.`prices`.`lower_limit` = 1) and (`webmarco`.`prices`.`usergroup_id` in (0,0,1)))"
}
},
{
"table": {
"table_name": "products_categories",
"access_type": "ref",
"possible_keys": [
"PRIMARY",
"pt"
],
"key": "pt",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"webmarco.products.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 56,
"filtered": "100.00",
"using_index": true,
"cost_info": {
"read_cost": "33.97",
"eval_cost": "11.26",
"prefix_cost": "62200.18",
"data_read_per_join": "901"
},
"used_columns": [
"product_id",
"category_id"
]
}
},
{
"table": {
"table_name": "cscart_categories",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"c_status",
"p_category_id"
],
"key": "PRIMARY",
"used_key_parts": [
"category_id"
],
"key_length": "3",
"ref": [
"webmarco.products_categories.category_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 2,
"filtered": "5.00",
"cost_info": {
"read_cost": "56.32",
"eval_cost": "0.56",
"prefix_cost": "62267.77",
"data_read_per_join": "16K"
},
"used_columns": [
"category_id",
"usergroup_ids",
"status",
"storefront_id"
],
"attached_condition": "(((`webmarco`.`cscart_categories`.`usergroup_ids` = '') or find_in_set(0,`webmarco`.`cscart_categories`.`usergroup_ids`) or find_in_set(1,`webmarco`.`cscart_categories`.`usergroup_ids`)) and (`webmarco`.`cscart_categories`.`status` in ('A','H')) and (`webmarco`.`cscart_categories`.`storefront_id` in (0,1)))"
}
},
{
"table": {
"table_name": "popularity",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"total"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"webmarco.products.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 2,
"filtered": "100.00",
"cost_info": {
"read_cost": "1.70",
"eval_cost": "0.56",
"prefix_cost": "62270.03",
"data_read_per_join": "90"
},
"used_columns": [
"product_id",
"total"
]
}
},
{
"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": [
"webmarco.products.product_id",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 2,
"filtered": "100.00",
"cost_info": {
"read_cost": "1.70",
"eval_cost": "0.56",
"prefix_cost": "62272.29",
"data_read_per_join": "19K"
},
"used_columns": [
"product_id",
"lang_code",
"product"
]
}
}
]
}
}
}
}
product_id | product | company_name | ec_rfq_whatsapp_number | ec_rfq_bht | ec_rfq_phone_number | ec_rfq_bhf | product_type | parent_product_id | booking_type |
---|---|---|---|---|---|---|---|---|---|
286627 | VipWell serum | BE HEALTHY | P | 0 | N | ||||
282473 | After Sun Cream-gel 200ml | BE HEALTHY | P | 0 | N | ||||
282471 | Colostrum Liquid 125ml | BE HEALTHY | P | 0 | N | ||||
282465 | Relaxing Thermolocion | BE HEALTHY | P | 0 | N | ||||
282463 | Aloe Vera Drinking Gel Immune Plus 1l | BE HEALTHY | P | 0 | N | ||||
282464 | Mind Master Formula Red | BE HEALTHY | P | 0 | N | ||||
366955 | Mind Master extreme | BE HEALTHY | P | 0 | N | ||||
282472 | Cistus Incanus Capsule 33gr | BE HEALTHY | P | 0 | N | ||||
366957 | LR GO intra performanc2 | BE HEALTHY | P | 0 | N | ||||
282468 | Woman Phyto Capsule 46gr | BE HEALTHY | P | 0 | N | ||||
366959 | PRE Performance Gel | BE HEALTHY | P | 0 | N | ||||
366958 | POST Performance Shake | BE HEALTHY | P | 0 | N | ||||
286626 | VipWell body fit & body balance | BE HEALTHY | P | 0 | N | ||||
366953 | probalance | BE HEALTHY | P | 0 | N | ||||
366956 | LR MICROSILVER PLUS | BE HEALTHY | P | 0 | N | ||||
366952 | cell essence regeneration | BE HEALTHY | P | 0 | N | ||||
381767 | Protect Propolis Cream | BE HEALTHY | P | 0 | N | ||||
366954 | vita active | BE HEALTHY | P | 0 | N | ||||
366951 | cell essence energy | BE HEALTHY | P | 0 | N | ||||
286628 | Donation | BE HEALTHY | P | 0 | N |