Query time 0.00110
JSON explain
{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "3.00"
},
"ordering_operation": {
"using_temporary_table": true,
"using_filesort": true,
"nested_loop": [
{
"table": {
"table_name": "cscart_sitemap_links",
"access_type": "ALL",
"rows_examined_per_scan": 4,
"rows_produced_per_join": 1,
"filtered": "25.00",
"cost_info": {
"read_cost": "1.60",
"eval_cost": "0.20",
"prefix_cost": "1.80",
"data_read_per_join": "1K"
},
"used_columns": [
"link_id",
"link_href",
"section_id",
"status",
"position",
"link_type"
],
"attached_condition": "(`webmarco`.`cscart_sitemap_links`.`section_id` = 2)"
}
},
{
"table": {
"table_name": "cscart_common_descriptions",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"object_id",
"lang_code",
"object_holder"
],
"key_length": "108",
"ref": [
"webmarco.cscart_sitemap_links.link_id",
"const",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 1,
"filtered": "100.00",
"cost_info": {
"read_cost": "1.00",
"eval_cost": "0.20",
"prefix_cost": "3.00",
"data_read_per_join": "608"
},
"used_columns": [
"object_id",
"description",
"lang_code",
"object",
"object_holder"
],
"attached_condition": "<if>(is_not_null_compl(cscart_common_descriptions), (`webmarco`.`cscart_common_descriptions`.`object_id` = `webmarco`.`cscart_sitemap_links`.`link_id`), true)"
}
}
]
}
}
}
Result
link_id |
link_href |
section_id |
status |
position |
link_type |
description |
link |
4 |
profiles.update |
2 |
A |
10 |
|
Edit profile |
Edit Profile |
1 |
checkout.cart |
2 |
A |
20 |
|
View cart |
Shopping Cart |
3 |
checkout.checkout |
2 |
A |
30 |
|
Checkout |
Checkout |
2 |
wishlist.view |
2 |
A |
40 |
|
Wish List |
Wishlist |