{
"query_block": {
"select_id": 1,
"cost": 0.012192301,
"filesort": {
"sort_key": "b.country",
"temporary_table": {
"nested_loop": [
{
"table": {
"table_name": "a",
"access_type": "ref",
"possible_keys": ["status"],
"key": "status",
"key_length": "3",
"used_key_parts": ["status"],
"ref": ["const"],
"loops": 1,
"rows": 3,
"cost": 0.004492149,
"filtered": 100,
"index_condition": "a.`status` = 'A'"
}
},
{
"table": {
"table_name": "b",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "12",
"used_key_parts": ["code", "lang_code"],
"ref": ["shop.a.code", "const"],
"loops": 3,
"rows": 1,
"cost": 0.005801478,
"filtered": 100,
"attached_condition": "trigcond(b.lang_code = 'en')"
}
}
]
}
}
}
}
| code | country |
|---|---|
| EE | Estonia |
| LV | Latvia |
| LT | Lithuania |