{
"query_block": {
"select_id": 1,
"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"],
"rows": 2,
"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": ["u358358020_main.a.code", "const"],
"rows": 1,
"filtered": 100,
"attached_condition": "trigcond(b.lang_code = 'en')"
}
}
]
}
}
}
}
code | country |
---|---|
IN | India |
US | United States |