{
"query_block": {
"select_id": 1,
"cost": 0.004633796,
"nested_loop": [
{
"table": {
"table_name": "o",
"access_type": "ref",
"possible_keys": ["PRIMARY", "user_id", "status"],
"key": "user_id",
"key_length": "3",
"used_key_parts": ["user_id"],
"ref": ["const"],
"loops": 1,
"rows": 1,
"cost": 0.002024411,
"filtered": 75,
"attached_condition": "o.`status` in ('P','C')"
}
},
{
"table": {
"table_name": "od",
"access_type": "ref",
"possible_keys": ["o_k"],
"key": "o_k",
"key_length": "6",
"used_key_parts": ["order_id", "product_id"],
"ref": ["tmall.o.order_id", "const"],
"loops": 1,
"rows": 13,
"cost": 0.002609385,
"filtered": 100,
"using_index": true
}
}
]
}
}