{
"query_block": {
"select_id": 1,
"cost": 0.005802387,
"filesort": {
"sort_key": "b.state",
"temporary_table": {
"nested_loop": [
{
"table": {
"table_name": "a",
"access_type": "ref",
"possible_keys": ["cs", "country_code"],
"key": "cs",
"key_length": "8",
"used_key_parts": ["country_code"],
"ref": ["const"],
"loops": 1,
"rows": 1,
"cost": 0.00345856,
"filtered": 100,
"index_condition": "a.country_code = 'MT'",
"attached_condition": "a.`status` = 'A'"
}
},
{
"table": {
"table_name": "b",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "9",
"used_key_parts": ["state_id", "lang_code"],
"ref": ["u508912950_dev_2025.a.state_id", "const"],
"loops": 1,
"rows": 1,
"cost": 0.00171364,
"filtered": 100,
"attached_condition": "trigcond(b.lang_code = 'en')"
}
}
]
}
}
}
}