Query time 0.00774
JSON explain
{
"query_block": {
"select_id": 1,
"cost": 0.013597805,
"nested_loop": [
{
"read_sorted_file": {
"filesort": {
"sort_key": "tmall_images_links.position, tmall_images_links.pair_id",
"table": {
"table_name": "tmall_images_links",
"access_type": "range",
"possible_keys": ["object_id"],
"key": "object_id",
"key_length": "81",
"used_key_parts": ["object_id", "object_type", "type"],
"loops": 1,
"rows": 2,
"cost": 0.004598964,
"filtered": 100,
"index_condition": "tmall_images_links.object_type = 'ab__dotd_cat_filter' and tmall_images_links.`type` = 'M' and tmall_images_links.object_id in (245,166)"
}
}
}
},
{
"table": {
"table_name": "tmall_images",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "4",
"used_key_parts": ["image_id"],
"ref": ["tmall.tmall_images_links.image_id"],
"loops": 2,
"rows": 1,
"cost": 0.003867652,
"filtered": 100
}
},
{
"table": {
"table_name": "tmall_common_descriptions",
"access_type": "eq_ref",
"possible_keys": ["PRIMARY"],
"key": "PRIMARY",
"key_length": "108",
"used_key_parts": ["object_id", "lang_code", "object_holder"],
"ref": ["tmall.tmall_images.image_id", "const", "const"],
"loops": 2,
"rows": 1,
"cost": 0.003867652,
"filtered": 100,
"attached_condition": "trigcond(tmall_common_descriptions.object_holder = 'images' and tmall_common_descriptions.lang_code = 'en' and trigcond(tmall_images.image_id is not null))"
}
}
]
}
}