Query time 0.00055
JSON explain
{
"query_block": {
"select_id": 1,
"cost": 0.031830025,
"nested_loop": [
{
"table": {
"table_name": "cscart_product_prices",
"access_type": "range",
"possible_keys": [
"usergroup",
"product_id",
"lower_limit",
"usergroup_id"
],
"key": "usergroup",
"key_length": "9",
"used_key_parts": ["product_id", "usergroup_id", "lower_limit"],
"loops": 1,
"rows": 24,
"cost": 0.02368048,
"filtered": 20,
"attached_condition": "cscart_product_prices.lower_limit = 1 and cscart_product_prices.product_id in (507,484,509,510,511,449,481,482,513,492,493,494) and cscart_product_prices.usergroup_id in (0,1)"
}
},
{
"table": {
"table_name": "cscart_master_products_storefront_min_price",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "8",
"used_key_parts": ["product_id", "storefront_id"],
"ref": [
"u428615623_ecartifygonje.cscart_product_prices.product_id",
"const"
],
"loops": 4.8,
"rows": 1,
"cost": 0.005112512,
"filtered": 100,
"attached_condition": "trigcond(cscart_master_products_storefront_min_price.product_id = cscart_product_prices.product_id)"
}
}
]
}
}
Result
| product_id |
price |
| 449 |
124.50000000 |
| 481 |
45.00000000 |
| 482 |
124.50000000 |
| 484 |
30.00000000 |
| 492 |
30.00000000 |
| 493 |
30.00000000 |
| 494 |
30.00000000 |
| 507 |
64.50000000 |
| 509 |
48.75000000 |
| 510 |
33.75000000 |
| 511 |
15.00000000 |
| 513 |
5.25000000 |