Query time 0.00074
JSON explain
{
"query_block": {
"select_id": 1,
"ordering_operation": {
"using_temporary_table": true,
"using_filesort": true,
"nested_loop": [
{
"table": {
"table_name": "cscart_categories",
"access_type": "ALL",
"possible_keys": [
"c_status"
],
"rows": 7,
"filtered": 100,
"attached_condition": "((`_testcscart`.`cscart_categories`.`company_id` = 1) and ((`_testcscart`.`cscart_categories`.`usergroup_ids` = '') or find_in_set(0,`_testcscart`.`cscart_categories`.`usergroup_ids`) or find_in_set(1,`_testcscart`.`cscart_categories`.`usergroup_ids`)) and (`_testcscart`.`cscart_categories`.`status` = 'A'))"
}
},
{
"table": {
"table_name": "cscart_category_descriptions",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"category_id",
"lang_code"
],
"key_length": "9",
"ref": [
"_testcscart.cscart_categories.category_id",
"const"
],
"rows": 1,
"filtered": 100,
"attached_condition": "<if>(is_not_null_compl(cscart_category_descriptions), (`_testcscart`.`cscart_category_descriptions`.`lang_code` = 'ja'), true)"
}
},
{
"table": {
"table_name": "cscart_seo_names",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"dispatch"
],
"key": "PRIMARY",
"used_key_parts": [
"object_id",
"type",
"dispatch",
"lang_code",
"company_id"
],
"key_length": "210",
"ref": [
"_testcscart.cscart_categories.category_id",
"const",
"const",
"const",
"const"
],
"rows": 1,
"filtered": 100,
"attached_condition": "<if>(is_not_null_compl(cscart_seo_names), ((`_testcscart`.`cscart_seo_names`.`type` = 'c') and (`_testcscart`.`cscart_seo_names`.`dispatch` = '') and (`_testcscart`.`cscart_seo_names`.`lang_code` = 'ja')), true)"
}
}
]
}
}
}
Result
| category_id |
parent_id |
id_path |
category |
position |
status |
company_id |
seo_name |
seo_path |
| 1 |
0 |
1 |
テーブル |
10 |
A |
1 |
category-1 |
|
| 2 |
0 |
2 |
チェア |
20 |
A |
1 |
category-2 |
|
| 3 |
0 |
3 |
シェルフ |
30 |
A |
1 |
category-3 |
|
| 4 |
0 |
4 |
インテリア |
40 |
A |
1 |
category-4 |
|
| 5 |
0 |
5 |
ファニチャーアイテム |
50 |
A |
1 |
category-5 |
|
| 6 |
0 |
6 |
DIYアイテム |
60 |
A |
1 |
diy |
|
| 7 |
0 |
7 |
アウトドアアイテム |
70 |
A |
1 |
category-7 |
|