Query time 0.00038
JSON explain
{
"query_block": {
"select_id": 1,
"nested_loop": [
{
"table": {
"table_name": "pc",
"access_type": "range",
"possible_keys": ["PRIMARY", "pt"],
"key": "PRIMARY",
"key_length": "3",
"used_key_parts": ["category_id"],
"rows": 15,
"filtered": 100,
"attached_condition": "pc.category_id in (234,235,236,237,238,240)",
"using_index": true
}
},
{
"table": {
"table_name": "p",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY", "status", "idx_parent_product_id"],
"key": "PRIMARY",
"key_length": "3",
"used_key_parts": ["product_id"],
"ref": ["devvipiriscom.pc.product_id"],
"rows": 1,
"filtered": 90.83862305,
"attached_condition": "p.parent_product_id = 0 and p.`status` = 'A'"
}
},
{
"table": {
"table_name": "c",
"access_type": "ref",
"possible_keys": ["PRIMARY", "p_category_id"],
"key": "p_category_id",
"key_length": "3",
"used_key_parts": ["category_id"],
"ref": ["devvipiriscom.pc.category_id"],
"rows": 1,
"filtered": 100,
"attached_condition": "c.`status` = 0",
"using_index": true
}
}
]
}
}
Result
| product_id |
| 238 |
| 239 |
| 245 |
| 67 |
| 68 |
| 69 |
| 70 |
| 71 |
| 113 |
| 117 |
| 120 |
| 125 |
| 86 |
| 101 |
| 105 |
| 106 |
| 72 |
| 73 |
| 74 |
| 75 |
| 76 |