No. |
time |
query |
1 |
0.001867 |
connect
|
2 |
0.000557 |
DESCRIBE `prefecture`
|
3 |
0.000367 |
SELECT `p`.* FROM `prefecture` AS `p` WHERE (p.id = '1') LIMIT 1
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
p |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
4 |
0.000597 |
DESCRIBE `summary_count_school`
|
5 |
0.010257 |
SELECT `s_c_s`.* FROM `summary_count_school` AS `s_c_s` WHERE (s_c_s.is_latest = 1) AND (s_c_s.category_id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17)) AND (s_c_s.prefecture_id = '1') AND (s_c_s.city_id = 0) AND (s_c_s.station_id = 0) AND (s_c_s.station_unit_id = 0) AND (s_c_s.major_city_id = 0) AND (s_c_s.count > 0)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
s_c_s |
range |
multi |
multi |
28 |
|
17 |
Using index condition; Using where |
|
6 |
0.003207 |
DESCRIBE `city`
|
7 |
0.000817 |
SELECT `c`.* FROM `city` AS `c` WHERE (c.prefecture_id = '1')
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
c |
ref |
prefecture_id |
prefecture_id |
5 |
const |
105 |
|
|
8 |
0.003197 |
SELECT `s_c_s`.* FROM `summary_count_school` AS `s_c_s` WHERE (s_c_s.is_latest = 1) AND (s_c_s.category_id = 0) AND (s_c_s.prefecture_id = 0) AND (s_c_s.city_id IN ('1', '2', '3', '4', '5', '7', '9', '13', '14', '23', '25', '26', '27', '29', '30', '32', '33', '34', '40', '44', '45', '46', '47', '48', '49', '52', '56', '59', '62', '76', '78', '80', '82', '83', '84', '85', '86', '87', '88', '89', '90', '91', '92', '93', '94', '95', '96', '97', '98', '101', '102', '104', '105', '106', '107', '110', '111', '112', '114', '115', '116', '117', '125', '126', '127', '128', '132', '133', '139', '140', '143', '150', '151', '152', '153', '154', '155', '156', '157', '158', '161', '164', '165', '166', '167', '169', '170', '171', '172', '174', '175', '176', '177', '178', '185', '186', '187', '190', '191', '197', '200', '202', '203', '204', '205')) AND (s_c_s.station_id = 0) AND (s_c_s.station_unit_id = 0) AND (s_c_s.major_city_id = 0) AND (s_c_s.count > 0)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
s_c_s |
range |
multi |
multi |
28 |
|
105 |
Using index condition; Using where |
|
9 |
0.000587 |
DESCRIBE `station_unit`
|
10 |
0.000387 |
SELECT `s_s`.* FROM `station_unit` AS `s_s` WHERE (s_s.prefecture_id = '1')
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
s_s |
ref |
prefecture_id |
prefecture_id |
4 |
const |
1 |
|
|
11 |
0.000557 |
DESCRIBE `major_city`
|
12 |
0.000377 |
SELECT `m_c`.* FROM `major_city` AS `m_c` WHERE (m_c.prefecture_id = '1')
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
m_c |
ref |
prefecture_id |
prefecture_id |
4 |
const |
1 |
|
|
13 |
0.000487 |
SELECT `s_c_s`.* FROM `summary_count_school` AS `s_c_s` WHERE (s_c_s.is_latest = 1) AND (s_c_s.category_id = 0) AND (s_c_s.prefecture_id = 0) AND (s_c_s.city_id = 0) AND (s_c_s.station_id = 0) AND (s_c_s.station_unit_id = 0) AND (s_c_s.major_city_id IN ('9')) AND (s_c_s.count > 0)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
s_c_s |
ref |
multi |
multi |
28 |
const,const,const,const,const,const,const |
1 |
Using where |
|
14 |
0.000807 |
DESCRIBE `school`
|
15 |
0.000827 |
SELECT `c`.* FROM `city` AS `c` WHERE (c.prefecture_id = '1')
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
c |
ref |
prefecture_id |
prefecture_id |
5 |
const |
105 |
|
|
16 |
0.001487 |
SELECT COUNT(1) AS `zend_paginator_row_count` FROM `school` AS `s` WHERE (s.registration_status = 1) AND (s.is_opening = 1) AND (s.city_id IN ('1', '2', '3', '4', '5', '7', '9', '13', '14', '23', '25', '26', '27', '29', '30', '32', '33', '34', '40', '44', '45', '46', '47', '48', '49', '52', '56', '59', '62', '76', '78', '80', '82', '83', '84', '85', '86', '87', '88', '89', '90', '91', '92', '93', '94', '95', '96', '97', '98', '101', '102', '104', '105', '106', '107', '110', '111', '112', '114', '115', '116', '117', '125', '126', '127', '128', '132', '133', '139', '140', '143', '150', '151', '152', '153', '154', '155', '156', '157', '158', '161', '164', '165', '166', '167', '169', '170', '171', '172', '174', '175', '176', '177', '178', '185', '186', '187', '190', '191', '197', '200', '202', '203', '204', '205'))
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
s |
range |
city_id |
city_id |
5 |
|
143 |
Using index condition; Using where |
|
17 |
0.001977 |
SELECT `s`.* FROM `school` AS `s` WHERE (s.registration_status = 1) AND (s.is_opening = 1) AND (s.city_id IN ('1', '2', '3', '4', '5', '7', '9', '13', '14', '23', '25', '26', '27', '29', '30', '32', '33', '34', '40', '44', '45', '46', '47', '48', '49', '52', '56', '59', '62', '76', '78', '80', '82', '83', '84', '85', '86', '87', '88', '89', '90', '91', '92', '93', '94', '95', '96', '97', '98', '101', '102', '104', '105', '106', '107', '110', '111', '112', '114', '115', '116', '117', '125', '126', '127', '128', '132', '133', '139', '140', '143', '150', '151', '152', '153', '154', '155', '156', '157', '158', '161', '164', '165', '166', '167', '169', '170', '171', '172', '174', '175', '176', '177', '178', '185', '186', '187', '190', '191', '197', '200', '202', '203', '204', '205')) ORDER BY `s`.`is_charged` DESC, `s`.`score` DESC LIMIT 20
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
s |
range |
city_id |
city_id |
5 |
|
143 |
Using index condition; Using where; Using filesort |
|
18 |
0.000407 |
SELECT `c`.* FROM `city` AS `c` WHERE (c.id IN ('95', '94', '91', '91', '88', '94', '85', '85', '94', '91', '88', '91', '91', '91', '95', '94', '91', '91', '91', '94'))
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
c |
range |
PRIMARY |
PRIMARY |
4 |
|
5 |
Using where |
|
19 |
0.000457 |
SELECT `p`.* FROM `prefecture` AS `p`
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
p |
ALL |
|
|
|
|
47 |
|
|
20 |
0.000687 |
DESCRIBE `school_station`
|
21 |
0.000747 |
SELECT `s_s`.* FROM `school_station` AS `s_s` WHERE (s_s.school_id IN ('3014347', '3015899', '3014934', '3015715', '3015502', '3015249', '3014765', '3013998', '3014940', '3015457', '3014705', '3015257', '3013282', '3014602', '3014394', '3016242', '3015273', '3015793', '3015830', '3016116'))
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
s_s |
range |
school_id |
school_id |
4 |
|
69 |
Using index condition |
|
22 |
0.000587 |
DESCRIBE `station_station_unit`
|
23 |
0.000627 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id IN ('6460', '6439', '6424', '6454', '6480', '6425', '6461', '6479', '6448', '6448', '6452', '6421', '6421', '6462', '6462', '6436', '6420', '6419', '6421', '6417', '69', '6418', '6416', '6467', '6468', '6469', '6470', '6471', '6472', '6473', '6474', '6475', '6419', '6420', '6421', '6422', '6423', '6460', '6461', '6462', '6463', '6464', '6478', '6479', '6480', '6436', '6437', '6421', '6423', '6462', '6463', '6424', '6425', '6439', '6440', '6454', '6455', '6460', '6478', '6479', '6480', '6418', '6419', '6420', '6415', '6415'))
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
s_s_s |
ALL |
station_id |
|
|
|
46 |
Using where |
|
24 |
0.000587 |
DESCRIBE `city_major_city`
|
25 |
0.000477 |
SELECT `c_m_c`.* FROM `city_major_city` AS `c_m_c` WHERE (c_m_c.city_id IN ('95', '94', '91', '91', '88', '94', '85', '85', '94', '91', '88', '91', '91', '91', '95', '94', '91', '91', '91', '94'))
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
c_m_c |
range |
city_id |
city_id |
4 |
|
5 |
Using index condition |
|
26 |
0.000387 |
SELECT `m_c`.* FROM `major_city` AS `m_c` WHERE (m_c.id IN ('9', '9', '9', '9'))
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
m_c |
range |
PRIMARY |
PRIMARY |
4 |
|
1 |
Using where |
|
27 |
0.000967 |
SELECT `s_s`.* FROM `school_station` AS `s_s` WHERE (s_s.school_id IN ('3014347', '3015899', '3014934', '3015715', '3015502', '3015249', '3014765', '3013998', '3014940', '3015457', '3014705', '3015257', '3013282', '3014602', '3014394', '3016242', '3015273', '3015793', '3015830', '3016116'))
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
s_s |
range |
school_id |
school_id |
4 |
|
69 |
Using index condition |
|
28 |
0.000617 |
DESCRIBE `station`
|
29 |
0.000497 |
SELECT `s`.* FROM `station` AS `s` WHERE (s.id IN ('6460', '6448', '6452', '6421', '6436', '6420', '6417', '6416', '6471', '6420', '6422', '6436', '6421', '6454', '6419', '6415', '6415')) GROUP BY `s`.`id`
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
s |
range |
PRIMARY,city_id,ix_lat_lon_station |
PRIMARY |
4 |
|
13 |
Using where |
|
30 |
0.000697 |
DESCRIBE `school_score`
|
31 |
0.295187 |
SELECT `s_s`.* FROM `school_score` AS `s_s` WHERE (s_s.school_id IN ('3014347', '3015899', '3014934', '3015715', '3015502', '3015249', '3014765', '3013998', '3014940', '3015457', '3014705', '3015257', '3013282', '3014602', '3014394', '3016242', '3015273', '3015793', '3015830', '3016116')) AND (s_s.is_latest = 1)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
s_s |
range |
school_id |
school_id |
4 |
|
373281 |
Using index condition; Using where |
|
32 |
0.005167 |
DESCRIBE `category_school`
|
33 |
0.019017 |
SELECT `c_s`.* FROM `category_school` AS `c_s` WHERE (c_s.school_id IN ('3014347', '3015899', '3014934', '3015715', '3015502', '3015249', '3014765', '3013998', '3014940', '3015457', '3014705', '3015257', '3013282', '3014602', '3014394', '3016242', '3015273', '3015793', '3015830', '3016116'))
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
c_s |
range |
school_id |
school_id |
4 |
|
50 |
Using index condition |
|
34 |
0.008957 |
connect
|
35 |
0.000827 |
SELECT `s_c_s`.* FROM `summary_count_school` AS `s_c_s` WHERE (s_c_s.is_latest = 1) AND (s_c_s.category_id = 0) AND (s_c_s.prefecture_id = 0) AND (s_c_s.city_id = 0) AND (s_c_s.station_id = 0) AND (s_c_s.station_unit_id = 0) AND (s_c_s.major_city_id = 0) LIMIT 1
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
s_c_s |
ref |
multi |
multi |
28 |
const,const,const,const,const,const,const |
1 |
|
|
36 |
0.001587 |
SELECT `p`.* FROM `prefecture` AS `p`
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
p |
ALL |
|
|
|
|
47 |
|
|
37 |
0.000887 |
SELECT `c`.* FROM `city` AS `c` WHERE (c.prefecture_id = '1')
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
c |
ref |
prefecture_id |
prefecture_id |
5 |
const |
105 |
|
|
38 |
0.000647 |
DESCRIBE `summary_count_kuchikomi`
|
39 |
0.009477 |
SELECT `s_c_k`.* FROM `summary_count_kuchikomi` AS `s_c_k` WHERE (s_c_k.is_latest = 1) AND (s_c_k.category_id = 0) AND (s_c_k.prefecture_id = '1') AND (s_c_k.city_id = 0) AND (s_c_k.station_id = 0) AND (s_c_k.station_unit_id = 0) LIMIT 1
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
s_c_k |
ref |
multi |
multi |
20 |
const,const,const,const,const |
1 |
Using index condition |
|
40 |
0.004897 |
DESCRIBE `dancer`
|
41 |
0.001487 |
SELECT `c`.`id` FROM `dancer` AS `c`
INNER JOIN `dancer_column` AS `d_c` ON c.id = d_c.dancer_id AND d_c.valid = 1 ORDER BY `d_c`.`timestamp_created` DESC
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
d_c |
ALL |
ix_dancer_id_dancer_column |
|
|
|
29 |
Using where; Using filesort |
1 |
SIMPLE |
c |
eq_ref |
PRIMARY |
PRIMARY |
4 |
jobikai_dance.d_c.dancer_id |
1 |
Using index |
|
42 |
0.000437 |
SELECT `c`.* FROM `dancer` AS `c` WHERE (c.id IN ('17', '16', '15', '14', '13'))
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
c |
range |
PRIMARY |
PRIMARY |
4 |
|
5 |
Using where |
|
43 |
0.000577 |
DESCRIBE `dancer_column`
|
44 |
0.000457 |
SELECT `c`.* FROM `dancer_column` AS `c` WHERE (c.valid = 1) AND (c.dancer_id = '17') ORDER BY `timestamp_created` ASC
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
c |
ref |
ix_dancer_id_dancer_column |
ix_dancer_id_dancer_column |
5 |
const |
2 |
Using index condition; Using where; Using filesort |
|
45 |
0.000407 |
SELECT `c`.* FROM `dancer_column` AS `c` WHERE (c.valid = 1) AND (c.dancer_id = '16') ORDER BY `timestamp_created` ASC
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
c |
ref |
ix_dancer_id_dancer_column |
ix_dancer_id_dancer_column |
5 |
const |
2 |
Using index condition; Using where; Using filesort |
|
46 |
0.000407 |
SELECT `c`.* FROM `dancer_column` AS `c` WHERE (c.valid = 1) AND (c.dancer_id = '15') ORDER BY `timestamp_created` ASC
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
c |
ref |
ix_dancer_id_dancer_column |
ix_dancer_id_dancer_column |
5 |
const |
2 |
Using index condition; Using where; Using filesort |
|
47 |
0.000397 |
SELECT `c`.* FROM `dancer_column` AS `c` WHERE (c.valid = 1) AND (c.dancer_id = '14') ORDER BY `timestamp_created` ASC
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
c |
ref |
ix_dancer_id_dancer_column |
ix_dancer_id_dancer_column |
5 |
const |
2 |
Using index condition; Using where; Using filesort |
|
48 |
0.001607 |
SELECT `c`.* FROM `dancer_column` AS `c` WHERE (c.valid = 1) AND (c.dancer_id = '13') ORDER BY `timestamp_created` ASC
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
c |
ref |
ix_dancer_id_dancer_column |
ix_dancer_id_dancer_column |
5 |
const |
1 |
Using index condition; Using where; Using filesort |
|