{
"query_block": {
"select_id": 1,
"cost": 0.00779616,
"nested_loop": [
{
"table": {
"table_name": "cscart_product_options",
"access_type": "range",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "3",
"used_key_parts": ["option_id"],
"loops": 1,
"rows": 3,
"cost": 0.00429364,
"filtered": 100,
"attached_condition": "cscart_product_options.option_id in (14,15,1)"
}
},
{
"table": {
"table_name": "cscart_ult_objects_sharing",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "159",
"used_key_parts": [
"share_object_id",
"share_company_id",
"share_object_type"
],
"ref": ["lvshop.cscart_product_options.option_id", "const", "const"],
"loops": 3,
"rows": 1,
"cost": 0.00350252,
"filtered": 100,
"attached_condition": "cscart_ult_objects_sharing.share_object_id = cscart_product_options.option_id and cscart_ult_objects_sharing.share_object_type = 'product_options'"
}
}
]
}
}
| type | option_id |
|---|---|
| S | 1 |
| S | 14 |
| C | 15 |