Query time 0.02082
JSON explain
{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "1205.64"
},
"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": 3798,
"rows_produced_per_join": 3798,
"filtered": "100.00",
"using_index": true,
"cost_info": {
"read_cost": "403.79",
"eval_cost": "379.80",
"prefix_cost": "783.59",
"data_read_per_join": "59K"
},
"used_columns": [
"product_id",
"category_id"
],
"attached_condition": "(`s2cart`.`products_categories`.`category_id` in (1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277))"
}
},
{
"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": 189,
"filtered": "5.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "18.99",
"prefix_cost": "1163.39",
"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": 189,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "18.99",
"prefix_cost": "1182.38",
"data_read_per_join": "1M"
},
"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": 9,
"filtered": "5.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.95",
"prefix_cost": "1201.37",
"data_read_per_join": "33K"
},
"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": 9,
"filtered": "100.00",
"using_index": true,
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.95",
"prefix_cost": "1202.32",
"data_read_per_join": "71K"
},
"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.37",
"eval_cost": "0.32",
"prefix_cost": "1205.64",
"data_read_per_join": "75"
},
"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 |
|
|