Query time 0.01391
JSON explain
{
"query_block": {
"select_id": 1,
"nested_loop": [
{
"table": {
"table_name": "pfv",
"access_type": "range",
"possible_keys": [
"PRIMARY",
"fl",
"variant_id",
"lang_code",
"product_id",
"fpl",
"idx_product_feature_variant_id"
],
"key": "PRIMARY",
"key_length": "6",
"used_key_parts": ["feature_id", "product_id"],
"rows": 49,
"filtered": 0.027568147,
"attached_condition": "pfv.feature_id in (25022,25110,24989,24990,25055,25141,25058,25059) and pfv.product_id in (50045,49015,49759,50316,49785,49788) and pfv.lang_code = 'en'",
"using_index": true
}
},
{
"table": {
"table_name": "fv",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY", "feature_id"],
"key": "PRIMARY",
"key_length": "3",
"used_key_parts": ["variant_id"],
"ref": ["dev_db.pfv.variant_id"],
"rows": 1,
"filtered": 100,
"attached_condition": "fv.feature_id = pfv.feature_id"
}
},
{
"table": {
"table_name": "fvd",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "9",
"used_key_parts": ["variant_id", "lang_code"],
"ref": ["dev_db.pfv.variant_id", "const"],
"rows": 1,
"filtered": 100,
"index_condition": "fvd.lang_code = 'en'"
}
}
]
}
}
Result
feature_id |
product_id |
variant_id |
position |
variant |
24989 |
49015 |
87164 |
1 |
5ml |
24990 |
49015 |
87166 |
1 |
Orange |
25022 |
50045 |
87281 |
0 |
Dark brown |
25055 |
49759 |
87429 |
1 |
Blue Tone |
25058 |
49785 |
87438 |
1 |
Size S |
25059 |
49788 |
87441 |
1 |
Size S |
25110 |
50045 |
87658 |
0 |
Size A4 |
25141 |
50316 |
87762 |
1 |
La Rose 4Oz |