Query time 0.00777
JSON explain
{
"query_block": {
"select_id": 1,
"cost": 0.010673127,
"nested_loop": [
{
"table": {
"table_name": "gpf",
"access_type": "ref",
"possible_keys": ["PRIMARY", "idx_group_id"],
"key": "idx_group_id",
"key_length": "3",
"used_key_parts": ["group_id"],
"ref": ["const"],
"loops": 1,
"rows": 2,
"cost": 0.00325828,
"filtered": 100
}
},
{
"table": {
"table_name": "pfv",
"access_type": "ref",
"possible_keys": [
"PRIMARY",
"fl",
"lang_code",
"product_id",
"fpl",
"idx_product_feature_variant_id"
],
"key": "PRIMARY",
"key_length": "3",
"used_key_parts": ["feature_id"],
"ref": ["tmall.gpf.feature_id"],
"loops": 2,
"rows": 3,
"cost": 0.002459344,
"filtered": 99.73403931,
"attached_condition": "pfv.lang_code = 'en'",
"using_index": true
}
},
{
"table": {
"table_name": "gp",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY", "idx_group_id"],
"key": "PRIMARY",
"key_length": "6",
"used_key_parts": ["product_id", "group_id"],
"ref": ["tmall.pfv.product_id", "const"],
"loops": 7.5,
"rows": 1,
"cost": 0.004955503,
"filtered": 100,
"using_index": true
}
}
]
}
}
Result
| feature_id |
product_id |
variant_id |
group_id |
| 548 |
278 |
1195 |
10 |
| 548 |
279 |
1194 |
10 |
| 548 |
280 |
1195 |
10 |
| 548 |
281 |
1194 |
10 |
| 548 |
282 |
1195 |
10 |
| 548 |
283 |
1194 |
10 |
| 548 |
284 |
1193 |
10 |
| 549 |
278 |
1201 |
10 |
| 549 |
279 |
1201 |
10 |
| 549 |
280 |
1200 |
10 |
| 549 |
281 |
1200 |
10 |
| 549 |
282 |
1199 |
10 |
| 549 |
283 |
1199 |
10 |
| 549 |
284 |
1199 |
10 |