Query time 0.00137
JSON explain
{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "45.23"
},
"nested_loop": [
{
"table": {
"table_name": "l",
"access_type": "ALL",
"possible_keys": [
"PRIMARY"
],
"rows_examined_per_scan": 386,
"rows_produced_per_join": 3,
"filtered": "1.00",
"cost_info": {
"read_cost": "39.44",
"eval_cost": "0.39",
"prefix_cost": "39.82",
"data_read_per_join": "895"
},
"used_columns": [
"location_id",
"is_default",
"layout_id"
],
"attached_condition": "((`testdobroded`.`l`.`layout_id` = 19) and (`testdobroded`.`l`.`is_default` = 1))"
}
},
{
"table": {
"table_name": "c",
"access_type": "ref",
"possible_keys": [
"location_id",
"location_id_company_id",
"location_id_position_company_id"
],
"key": "location_id",
"used_key_parts": [
"location_id"
],
"key_length": "3",
"ref": [
"testdobroded.l.location_id"
],
"rows_examined_per_scan": 4,
"rows_produced_per_join": 7,
"filtered": "50.00",
"cost_info": {
"read_cost": "3.86",
"eval_cost": "0.77",
"prefix_cost": "45.23",
"data_read_per_join": "3K"
},
"used_columns": [
"container_id",
"location_id",
"position",
"width",
"user_class",
"linked_to_default",
"status",
"company_id"
],
"attached_condition": "(`testdobroded`.`c`.`position` in ('TOP_PANEL','HEADER','FOOTER'))"
}
}
]
}
}
Result
| container_id |
location_id |
position |
width |
user_class |
linked_to_default |
status |
company_id |
default |
| 1105 |
277 |
TOP_PANEL |
16 |
|
Y |
A |
0 |
0 |
| 1106 |
277 |
HEADER |
16 |
header-grid advanced-header |
Y |
A |
0 |
0 |
| 1108 |
277 |
FOOTER |
16 |
ty-footer-grid |
Y |
A |
0 |
0 |