{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "10.40"
},
"nested_loop": [
{
"table": {
"table_name": "gp",
"access_type": "ref",
"possible_keys": [
"idx_group_id"
],
"key": "idx_group_id",
"used_key_parts": [
"group_id"
],
"key_length": "3",
"ref": [
"const"
],
"rows_examined_per_scan": 6,
"rows_produced_per_join": 6,
"filtered": "100.00",
"cost_info": {
"read_cost": "2.00",
"eval_cost": "1.20",
"prefix_cost": "3.20",
"data_read_per_join": "96"
},
"used_columns": [
"product_id",
"parent_product_id",
"group_id"
]
}
},
{
"table": {
"table_name": "p",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"product_id"
],
"key_length": "3",
"ref": [
"danishecarter_latest.gp.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 6,
"filtered": "100.00",
"cost_info": {
"read_cost": "6.00",
"eval_cost": "1.20",
"prefix_cost": "10.40",
"data_read_per_join": "26K"
},
"used_columns": [
"product_id",
"company_id"
]
}
}
]
}
}
product_id | parent_product_id | group_id | company_id |
---|---|---|---|
278 | 0 | 10 | 1 |
279 | 278 | 10 | 1 |
280 | 0 | 10 | 1 |
281 | 280 | 10 | 1 |
282 | 0 | 10 | 1 |
284 | 282 | 10 | 1 |
283 | 282 | 10 | 1 |