{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "31.20"
},
"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": 18,
"rows_produced_per_join": 18,
"filtered": "100.00",
"cost_info": {
"read_cost": "6.00",
"eval_cost": "3.60",
"prefix_cost": "9.60",
"data_read_per_join": "288"
},
"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": [
"atulecarter_atul_demo2.gp.product_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 18,
"filtered": "100.00",
"cost_info": {
"read_cost": "18.00",
"eval_cost": "3.60",
"prefix_cost": "31.20",
"data_read_per_join": "79K"
},
"used_columns": [
"product_id",
"company_id"
]
}
}
]
}
}
| product_id | parent_product_id | group_id | company_id |
|---|---|---|---|
| 187 | 0 | 17 | 1 |
| 318 | 187 | 17 | 1 |
| 319 | 187 | 17 | 1 |
| 320 | 321 | 17 | 1 |
| 321 | 0 | 17 | 1 |
| 322 | 321 | 17 | 1 |
| 323 | 0 | 17 | 1 |
| 324 | 323 | 17 | 1 |
| 325 | 323 | 17 | 1 |
| 326 | 0 | 17 | 1 |
| 327 | 326 | 17 | 1 |
| 328 | 326 | 17 | 1 |
| 329 | 0 | 17 | 1 |
| 330 | 329 | 17 | 1 |
| 331 | 329 | 17 | 1 |
| 332 | 0 | 17 | 1 |
| 333 | 332 | 17 | 1 |
| 334 | 332 | 17 | 1 |