Query time 0.00081
JSON explain
{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "5.61"
},
"nested_loop": [
{
"table": {
"table_name": "cscart_ult_language_values",
"access_type": "system",
"possible_keys": [
"PRIMARY"
],
"rows_examined_per_scan": 0,
"rows_produced_per_join": 1,
"filtered": "0.00",
"const_row_not_found": true,
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.10",
"prefix_cost": "0.00",
"data_read_per_join": "408"
},
"used_columns": [
"lang_code",
"name",
"value",
"company_id"
]
}
},
{
"table": {
"table_name": "lang",
"access_type": "range",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"lang_code",
"name"
],
"key_length": "392",
"rows_examined_per_scan": 8,
"rows_produced_per_join": 8,
"filtered": "100.00",
"index_condition": "((`zdrowy_db`.`lang`.`lang_code` = 'ru') and (`zdrowy_db`.`lang`.`name` in ('no_products_selected','all_features','all_features','similar_only','similar_only','different_only','different_only','add_feature','add','clear_list','compare','no_products_selected','all_features','all_features','similar_only','similar_only','different_only','different_only','add_feature','add','clear_list','compare')))",
"cost_info": {
"read_cost": "4.81",
"eval_cost": "0.80",
"prefix_cost": "5.61",
"data_read_per_join": "3K"
},
"used_columns": [
"lang_code",
"name",
"value"
]
}
}
]
}
}
Result
| name |
value |
| add |
Добавить |
| add_feature |
Добавить характеристику |
| all_features |
Все характеристики |
| clear_list |
Очистить список |
| compare |
Сравнить |
| different_only |
Только различные |
| no_products_selected |
Товары не выбраны |
| similar_only |
Только похожие |