Query time 0.00054
JSON explain
{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "20.40"
},
"ordering_operation": {
"using_temporary_table": true,
"using_filesort": true,
"cost_info": {
"sort_cost": "12.00"
},
"nested_loop": [
{
"table": {
"table_name": "a",
"access_type": "ref",
"possible_keys": [
"cs",
"country_code"
],
"key": "cs",
"used_key_parts": [
"country_code"
],
"key_length": "8",
"ref": [
"const"
],
"rows_examined_per_scan": 12,
"rows_produced_per_join": 12,
"filtered": "100.00",
"cost_info": {
"read_cost": "3.00",
"eval_cost": "1.20",
"prefix_cost": "4.20",
"data_read_per_join": "1K"
},
"used_columns": [
"state_id",
"country_code",
"code"
]
}
},
{
"table": {
"table_name": "b",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"state_id",
"lang_code"
],
"key_length": "9",
"ref": [
"marketplace.a.state_id",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 12,
"filtered": "100.00",
"cost_info": {
"read_cost": "3.00",
"eval_cost": "1.20",
"prefix_cost": "8.40",
"data_read_per_join": "9K"
},
"used_columns": [
"state_id",
"lang_code",
"state"
]
}
}
]
}
}
}
Result
| code |
state |
| AR |
Artigas |
| CA |
Canelones |
| CL |
Cerro Largo |
| CO |
Colonia |
| DU |
Durazno |
| FL |
Flores |
| FD |
Florida |
| LA |
Lavalleja |
| MA |
Maldonado |
| MO |
Montevideo |
| PA |
Paysandú |
| RN |
Río Negro |
| RI |
Rivera |
| RO |
Rocha |
| SA |
Salto |
| SJ |
San José |
| SO |
Soriano |
| TA |
Tacuarembó |
| TT |
Treinta y Tres |