Query time 0.02707
JSON explain
{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "1463.99"
},
"nested_loop": [
{
"table": {
"table_name": "war_sum_amount",
"access_type": "system",
"possible_keys": [
"PRIMARY"
],
"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": "16"
},
"used_columns": [
"product_id"
]
}
},
{
"table": {
"table_name": "master_products_storefront_offers_count",
"access_type": "system",
"possible_keys": [
"PRIMARY",
"idx_storefront_id"
],
"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": "16"
},
"used_columns": [
"storefront_id",
"product_id",
"count"
]
}
},
{
"table": {
"table_name": "cscart_master_products_storefront_min_price",
"access_type": "system",
"possible_keys": [
"PRIMARY"
],
"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": "16"
},
"used_columns": [
"storefront_id",
"product_id"
]
}
},
{
"table": {
"table_name": "products_categories",
"access_type": "range",
"possible_keys": [
"PRIMARY",
"pt"
],
"key": "PRIMARY",
"used_key_parts": [
"category_id"
],
"key_length": "3",
"rows_examined_per_scan": 4612,
"rows_produced_per_join": 4612,
"filtered": "100.00",
"using_index": true,
"cost_info": {
"read_cost": "490.28",
"eval_cost": "461.20",
"prefix_cost": "951.48",
"data_read_per_join": "72K"
},
"used_columns": [
"product_id",
"category_id"
],
"attached_condition": "(`s2cart`.`products_categories`.`category_id` in (1306,1307,1329,1330,1331,1332,1333,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1402,1478,1499))"
}
},
{
"table": {
"table_name": "products",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"status",
"idx_master_product_id"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"s2cart.products_categories.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 230,
"filtered": "5.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "23.06",
"prefix_cost": "1412.68",
"data_read_per_join": "1M"
},
"used_columns": [
"product_id",
"status",
"company_id",
"usergroup_ids",
"master_product_id",
"master_product_status"
],
"attached_condition": "((`s2cart`.`products`.`master_product_id` = 0) and (`s2cart`.`products`.`company_id` in (137,138,146,0)) and ((`s2cart`.`products`.`usergroup_ids` = '') or (0 <> find_in_set(0,`s2cart`.`products`.`usergroup_ids`)) or (0 <> find_in_set(1,`s2cart`.`products`.`usergroup_ids`))) and (`s2cart`.`products`.`status` = 'A') and (`s2cart`.`products`.`master_product_status` = 'A') and ((`s2cart`.`products`.`company_id` > 0) or <cache>((NULL > 0))))"
}
},
{
"table": {
"table_name": "companies",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"company_id"
],
"key_length": "4",
"ref": [
"s2cart.products.company_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 230,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "23.06",
"prefix_cost": "1435.74",
"data_read_per_join": "2M"
},
"used_columns": [
"company_id",
"status"
],
"attached_condition": "<if>(found_match(companies), ((`s2cart`.`companies`.`status` in ('A','S')) or (`s2cart`.`products`.`company_id` = 0)), true)"
}
},
{
"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": [
"s2cart.products_categories.category_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 11,
"filtered": "5.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "1.15",
"prefix_cost": "1458.80",
"data_read_per_join": "40K"
},
"used_columns": [
"category_id",
"usergroup_ids",
"status",
"storefront_id"
],
"attached_condition": "(((`s2cart`.`cscart_categories`.`usergroup_ids` = '') or (0 <> find_in_set(0,`s2cart`.`cscart_categories`.`usergroup_ids`)) or (0 <> find_in_set(1,`s2cart`.`cscart_categories`.`usergroup_ids`))) and (`s2cart`.`cscart_categories`.`status` in ('A','H')) and (`s2cart`.`cscart_categories`.`storefront_id` in (0,1)))"
}
},
{
"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": [
"s2cart.products_categories.product_id",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 11,
"filtered": "100.00",
"using_index": true,
"cost_info": {
"read_cost": "0.00",
"eval_cost": "1.15",
"prefix_cost": "1459.95",
"data_read_per_join": "87K"
},
"used_columns": [
"product_id",
"lang_code"
]
}
},
{
"table": {
"table_name": "prices",
"access_type": "ref",
"possible_keys": [
"usergroup",
"product_id",
"lower_limit",
"usergroup_id"
],
"key": "product_id",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"s2cart.products_categories.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 3,
"filtered": "33.33",
"cost_info": {
"read_cost": "2.88",
"eval_cost": "0.38",
"prefix_cost": "1463.99",
"data_read_per_join": "92"
},
"used_columns": [
"product_id",
"price",
"lower_limit",
"usergroup_id"
],
"attached_condition": "((`s2cart`.`prices`.`lower_limit` = 1) and (`s2cart`.`prices`.`price` > 0.00) and (`s2cart`.`prices`.`usergroup_id` in (0,0,1)))"
}
}
]
}
}
Result
ab__min_price |
ab__max_price |
|
|