Query time 0.00257
JSON explain
{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "18.72"
},
"nested_loop": [
{
"table": {
"table_name": "cscart_pages",
"access_type": "ref",
"possible_keys": [
"parent_id"
],
"key": "parent_id",
"used_key_parts": [
"parent_id"
],
"key_length": "3",
"ref": [
"const"
],
"rows_examined_per_scan": 4,
"rows_produced_per_join": 0,
"filtered": "2.44",
"cost_info": {
"read_cost": "1.00",
"eval_cost": "0.01",
"prefix_cost": "1.40",
"data_read_per_join": "257"
},
"used_columns": [
"page_id",
"company_id",
"parent_id",
"status",
"page_type",
"timestamp",
"usergroup_ids",
"use_avail_period",
"avail_from_timestamp",
"avail_till_timestamp"
],
"attached_condition": "((`s2cart`.`cscart_pages`.`status` = 'A') and (`s2cart`.`cscart_pages`.`company_id` in (0,137,138,146)) and (`s2cart`.`cscart_pages`.`page_type` = 'B') and ((`s2cart`.`cscart_pages`.`usergroup_ids` = '') or (0 <> find_in_set(0,`s2cart`.`cscart_pages`.`usergroup_ids`)) or (0 <> find_in_set(1,`s2cart`.`cscart_pages`.`usergroup_ids`))) and ((`s2cart`.`cscart_pages`.`use_avail_period` = 'N') or ((`s2cart`.`cscart_pages`.`use_avail_period` = 'Y') and (`s2cart`.`cscart_pages`.`avail_from_timestamp` <= 1734783814) and ((`s2cart`.`cscart_pages`.`avail_till_timestamp` >= 1734783814) or (`s2cart`.`cscart_pages`.`avail_till_timestamp` = 0)))))"
}
},
{
"table": {
"table_name": "cscart_page_descriptions",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"page_id",
"lang_code"
],
"key_length": "9",
"ref": [
"s2cart.cscart_pages.page_id",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 0,
"filtered": "100.00",
"using_index": true,
"cost_info": {
"read_cost": "0.02",
"eval_cost": "0.01",
"prefix_cost": "1.43",
"data_read_per_join": "675"
},
"used_columns": [
"page_id",
"lang_code"
]
}
},
{
"table": {
"table_name": "cscart_seo_names",
"access_type": "ref",
"possible_keys": [
"PRIMARY",
"dispatch"
],
"key": "PRIMARY",
"used_key_parts": [
"object_id",
"type",
"dispatch",
"lang_code"
],
"key_length": "206",
"ref": [
"s2cart.cscart_pages.page_id",
"const",
"const",
"const"
],
"rows_examined_per_scan": 696,
"rows_produced_per_join": 67,
"filtered": "100.00",
"using_index": true,
"cost_info": {
"read_cost": "10.50",
"eval_cost": "6.79",
"prefix_cost": "18.72",
"data_read_per_join": "115K"
},
"used_columns": [
"object_id",
"type",
"dispatch",
"lang_code"
]
}
}
]
}
}
Result
COUNT(DISTINCT(cscart_pages.page_id)) |
0 |