Query time 0.00078
JSON explain
{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "93.70"
},
"nested_loop": [
{
"table": {
"table_name": "absolute_rating",
"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": "112"
},
"used_columns": [
"object_id",
"object_type"
]
}
},
{
"table": {
"table_name": "cscart_companies",
"access_type": "ALL",
"rows_examined_per_scan": 76,
"rows_produced_per_join": 7,
"filtered": "10.00",
"cost_info": {
"read_cost": "10.73",
"eval_cost": "0.76",
"prefix_cost": "11.49",
"data_read_per_join": "59K"
},
"used_columns": [
"company_id",
"status",
"plan_id"
],
"attached_condition": "(`cscartdevel`.`cscart_companies`.`status` = 'A')"
}
},
{
"table": {
"table_name": "company_descr",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"company_id",
"lang_code"
],
"key_length": "10",
"ref": [
"cscartdevel.cscart_companies.company_id",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 7,
"filtered": "100.00",
"using_index": true,
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.76",
"prefix_cost": "12.25",
"data_read_per_join": "13K"
},
"used_columns": [
"company_id",
"lang_code"
]
}
},
{
"table": {
"table_name": "cscart_company_descriptions",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"company_id",
"lang_code"
],
"key_length": "10",
"ref": [
"cscartdevel.cscart_companies.company_id",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 7,
"filtered": "100.00",
"using_index": true,
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.76",
"prefix_cost": "13.01",
"data_read_per_join": "13K"
},
"used_columns": [
"company_id",
"lang_code"
]
}
},
{
"table": {
"table_name": "cscart_vendor_plan_descriptions",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"plan_id",
"lang_code"
],
"key_length": "10",
"ref": [
"cscartdevel.cscart_companies.plan_id",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 7,
"filtered": "100.00",
"using_index": true,
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.76",
"prefix_cost": "13.77",
"data_read_per_join": "5K"
},
"used_columns": [
"plan_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": [
"cscartdevel.cscart_companies.company_id",
"const",
"const",
"const"
],
"rows_examined_per_scan": 8,
"rows_produced_per_join": 60,
"filtered": "100.00",
"using_index": true,
"cost_info": {
"read_cost": "6.33",
"eval_cost": "6.08",
"prefix_cost": "26.18",
"data_read_per_join": "103K"
},
"used_columns": [
"object_id",
"type",
"dispatch",
"lang_code"
],
"attached_condition": "<if>(is_not_null_compl(cscart_seo_names), (`cscartdevel`.`cscart_seo_names`.`object_id` = `cscartdevel`.`cscart_companies`.`company_id`), true)"
}
},
{
"table": {
"table_name": "cscart_discussion",
"access_type": "eq_ref",
"possible_keys": [
"object_id"
],
"key": "object_id",
"used_key_parts": [
"object_id",
"object_type"
],
"key_length": "6",
"ref": [
"cscartdevel.cscart_companies.company_id",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 60,
"filtered": "100.00",
"index_condition": "<if>(is_not_null_compl(cscart_discussion), (`cscartdevel`.`cscart_discussion`.`object_id` = `cscartdevel`.`cscart_companies`.`company_id`), true)",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "6.08",
"prefix_cost": "32.26",
"data_read_per_join": "1K"
},
"used_columns": [
"thread_id",
"object_id",
"object_type"
]
}
},
{
"table": {
"table_name": "cscart_discussion_posts",
"access_type": "ALL",
"possible_keys": [
"thread_id",
"thread_id_2"
],
"rows_examined_per_scan": 5,
"rows_produced_per_join": 304,
"filtered": "100.00",
"using_join_buffer": "hash join",
"cost_info": {
"read_cost": "0.64",
"eval_cost": "30.40",
"prefix_cost": "63.30",
"data_read_per_join": "133K"
},
"used_columns": [
"post_id",
"thread_id",
"status"
],
"attached_condition": "<if>(is_not_null_compl(cscart_discussion_posts), ((`cscartdevel`.`cscart_discussion_posts`.`thread_id` = `cscartdevel`.`cscart_discussion`.`thread_id`) and (`cscartdevel`.`cscart_discussion_posts`.`status` = 'A')), true)"
}
},
{
"table": {
"table_name": "cscart_discussion_rating",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY",
"thread_id"
],
"key": "PRIMARY",
"used_key_parts": [
"post_id"
],
"key_length": "3",
"ref": [
"cscartdevel.cscart_discussion_posts.post_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 304,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "30.40",
"prefix_cost": "93.70",
"data_read_per_join": "4K"
},
"used_columns": [
"post_id",
"thread_id"
],
"attached_condition": "<if>(is_not_null_compl(cscart_discussion_rating), (`cscartdevel`.`cscart_discussion_rating`.`thread_id` = `cscartdevel`.`cscart_discussion`.`thread_id`), true)"
}
}
]
}
}
Result
COUNT(DISTINCT(cscart_companies.company_id)) |
37 |