Query time 0.00101
JSON explain
{
"query_block": {
"select_id": 1,
"cost_info": {
"query_cost": "24.49"
},
"ordering_operation": {
"using_filesort": true,
"grouping_operation": {
"using_temporary_table": true,
"using_filesort": false,
"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.20",
"prefix_cost": "0.00",
"data_read_per_join": "112"
},
"used_columns": [
"object_id",
"object_type",
"rating"
]
}
},
{
"table": {
"table_name": "cscart_companies",
"access_type": "ALL",
"rows_examined_per_scan": 2,
"rows_produced_per_join": 2,
"filtered": "100.00",
"cost_info": {
"read_cost": "2.09",
"eval_cost": "0.40",
"prefix_cost": "2.49",
"data_read_per_join": "13K"
},
"used_columns": [
"company_id",
"status",
"company",
"lang_code",
"email",
"timestamp",
"tax_number",
"plan_id",
"suspend_date",
"last_time_suspended",
"hotel_name",
"facilities"
]
}
},
{
"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": [
"atulecarter_new_april_setup.cscart_companies.plan_id",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 2,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.40",
"prefix_cost": "2.89",
"data_read_per_join": "1K"
},
"used_columns": [
"plan_id",
"lang_code",
"plan"
]
}
},
{
"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": [
"atulecarter_new_april_setup.cscart_companies.company_id",
"const",
"const",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 2,
"filtered": "100.00",
"cost_info": {
"read_cost": "3.61",
"eval_cost": "0.40",
"prefix_cost": "6.89",
"data_read_per_join": "3K"
},
"used_columns": [
"name",
"object_id",
"type",
"dispatch",
"path",
"lang_code"
],
"attached_condition": "<if>(is_not_null_compl(cscart_seo_names), (`atulecarter_new_april_setup`.`cscart_seo_names`.`object_id` = `atulecarter_new_april_setup`.`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": [
"atulecarter_new_april_setup.cscart_companies.company_id",
"const"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 2,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "0.40",
"prefix_cost": "7.29",
"data_read_per_join": "48"
},
"used_columns": [
"thread_id",
"object_id",
"object_type"
],
"attached_condition": "<if>(is_not_null_compl(cscart_discussion), (`atulecarter_new_april_setup`.`cscart_discussion`.`object_id` = `atulecarter_new_april_setup`.`cscart_companies`.`company_id`), true)"
}
},
{
"table": {
"table_name": "cscart_discussion_posts",
"access_type": "ref",
"possible_keys": [
"thread_id",
"thread_id_2"
],
"key": "thread_id",
"used_key_parts": [
"thread_id"
],
"key_length": "3",
"ref": [
"atulecarter_new_april_setup.cscart_discussion.thread_id"
],
"rows_examined_per_scan": 6,
"rows_produced_per_join": 12,
"filtered": "100.00",
"cost_info": {
"read_cost": "10.00",
"eval_cost": "2.40",
"prefix_cost": "19.69",
"data_read_per_join": "5K"
},
"used_columns": [
"post_id",
"thread_id",
"status"
],
"attached_condition": "<if>(is_not_null_compl(cscart_discussion_posts), (`atulecarter_new_april_setup`.`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": [
"atulecarter_new_april_setup.cscart_discussion_posts.post_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 12,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "2.40",
"prefix_cost": "22.09",
"data_read_per_join": "192"
},
"used_columns": [
"rating_value",
"post_id",
"thread_id"
],
"attached_condition": "<if>(is_not_null_compl(cscart_discussion_rating), (`atulecarter_new_april_setup`.`cscart_discussion_rating`.`thread_id` = `atulecarter_new_april_setup`.`cscart_discussion`.`thread_id`), true)"
}
},
{
"table": {
"table_name": "vendor_locations",
"access_type": "eq_ref",
"possible_keys": [
"PRIMARY"
],
"key": "PRIMARY",
"used_key_parts": [
"company_id"
],
"key_length": "4",
"ref": [
"atulecarter_new_april_setup.cscart_companies.company_id"
],
"rows_examined_per_scan": 1,
"rows_produced_per_join": 12,
"filtered": "100.00",
"cost_info": {
"read_cost": "0.00",
"eval_cost": "2.40",
"prefix_cost": "24.49",
"data_read_per_join": "34K"
},
"used_columns": [
"company_id",
"lat",
"lng"
],
"attached_condition": "<if>(is_not_null_compl(vendor_locations), (`atulecarter_new_april_setup`.`vendor_locations`.`company_id` = `atulecarter_new_april_setup`.`cscart_companies`.`company_id`), true)"
}
}
]
}
}
}
}
Result
company_id |
lang_code |
email |
timestamp |
status |
company |
tax_number |
absolute_vendor_rating |
plan |
seo_name |
seo_path |
average_rating |
company_thread_ids |
lat |
lng |
hotel_name |
facilities |
suspend_date |
last_time_suspended |
2 |
en |
acme_corp@example.com |
1269610461 |
A |
ACME Corp |
|
|
Bronze |
acme-corp |
|
|
2_0 |
|
|
king hotel |
|
0 |
0 |
1 |
en |
cs-cart@example.com |
1269610461 |
A |
CS-Cart |
|
|
Gold |
cs-cart |
|
|
1_0 |
|
|
prime hotel |
|
0 |
1744802997 |