| No. |
time |
query |
| 1 |
0.002697 |
connect
|
| 2 |
0.000737 |
DESCRIBE `prefecture`
|
| 3 |
0.006967 |
SELECT `p`.* FROM `prefecture` AS `p` WHERE (p.id = '11') 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.000727 |
DESCRIBE `major_city`
|
| 5 |
0.000487 |
SELECT `m_c`.* FROM `major_city` AS `m_c` WHERE (m_c.id = '5') LIMIT 1
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
m_c |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 6 |
0.000697 |
DESCRIBE `summary_count_kuchikomi`
|
| 7 |
0.000727 |
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 IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17)) AND (s_c_k.prefecture_id = 0) AND (s_c_k.city_id = 0) AND (s_c_k.station_id = 0) AND (s_c_k.station_unit_id = 0) AND (s_c_k.major_city_id = '5') AND (s_c_k.count > 0)
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
s_c_k |
range |
multi |
multi |
28 |
|
17 |
Using index condition; Using where |
|
| 8 |
0.000577 |
DESCRIBE `city`
|
| 9 |
0.000617 |
SELECT `c`.* FROM `city` AS `c` WHERE (c.prefecture_id = '11')
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
c |
ref |
prefecture_id |
prefecture_id |
5 |
const |
58 |
|
|
| 10 |
0.000867 |
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 = 2) AND (s_c_k.prefecture_id = 0) AND (s_c_k.city_id IN ('634', '635', '636', '639', '640', '645', '646', '647', '648', '649', '650', '651', '652', '656', '660', '661', '662', '663', '664', '665', '670', '671', '672', '673', '674', '675', '676', '677', '678', '679', '680', '681', '682', '683', '684', '685', '690', '691', '692', '693', '694', '695', '696', '697', '698', '699', '700', '708', '709', '710', '711', '712', '713', '714', '717', '718', '719', '720')) AND (s_c_k.station_id = 0) AND (s_c_k.station_unit_id = 0) AND (s_c_k.major_city_id = 0) AND (s_c_k.count > 0)
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
s_c_k |
range |
multi |
multi |
28 |
|
58 |
Using index condition; Using where |
|
| 11 |
0.001177 |
DESCRIBE `station_unit`
|
| 12 |
0.000427 |
SELECT `s_s`.* FROM `station_unit` AS `s_s` WHERE (s_s.prefecture_id = '11')
| 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 |
|
|
| 13 |
0.000407 |
SELECT `m_c`.* FROM `major_city` AS `m_c` WHERE (m_c.prefecture_id = '11')
| 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 |
|
|
| 14 |
0.000517 |
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 = 2) AND (s_c_k.prefecture_id = 0) AND (s_c_k.city_id = 0) AND (s_c_k.station_id = 0) AND (s_c_k.station_unit_id = 0) AND (s_c_k.major_city_id IN ('5')) AND (s_c_k.count > 0)
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
s_c_k |
ref |
multi |
multi |
28 |
const,const,const,const,const,const,const |
1 |
Using where |
|
| 15 |
0.000987 |
DESCRIBE `school`
|
| 16 |
0.001707 |
DESCRIBE `city_major_city`
|
| 17 |
0.000497 |
SELECT `c_m_c`.* FROM `city_major_city` AS `c_m_c` WHERE (c_m_c.major_city_id = '5')
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
c_m_c |
ref |
major_city_id |
major_city_id |
4 |
const |
10 |
|
|
| 18 |
0.000617 |
SELECT `s`.`id` FROM `school` AS `s` WHERE (s.registration_status = 1) AND (s.is_opening = 1) AND (s.city_id IN ('670', '671', '672', '673', '674', '675', '676', '677', '678', '679'))
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
s |
range |
city_id |
city_id |
5 |
|
70 |
Using index condition; Using where |
|
| 19 |
0.000757 |
DESCRIBE `kuchikomi`
|
| 20 |
0.000577 |
DESCRIBE `kuchikomi_category`
|
| 21 |
0.001187 |
SELECT `k_c`.`kuchikomi_id` FROM `kuchikomi_category` AS `k_c` WHERE (k_c.category_id = 2)
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
k_c |
ref |
category_id |
category_id |
4 |
const |
137 |
|
|
| 22 |
0.001567 |
SELECT COUNT(1) AS `zend_paginator_row_count` FROM `kuchikomi` AS `k` WHERE (k.valid = 1) AND (k.school_id IN ('3013335', '3013336', '3013337', '3013338', '3013339', '3013340', '3014739', '3015380', '3016146', '3016149', '3016272', '3013341', '3013342', '3014050', '3014568', '3014715', '3014896', '3015404', '3015434', '3016374', '3016479', '3016510', '3013343', '3013344', '3013345', '3016014', '3014233', '3014332', '3014659', '3015800', '3014061', '3015542', '3015688', '3013346', '3013347', '3015528', '3016375', '3016519', '3016520')) AND (k.id IN ('2', '3', '10', '24', '25', '30', '31', '36', '39', '40', '47', '51', '53', '54', '55', '59', '65', '75', '81', '85', '86', '90', '91', '96', '97', '111', '113', '115', '116', '117', '118', '123', '125', '131', '132', '133', '137', '138', '139', '148', '149', '150', '151', '152', '153', '154', '165', '168', '170', '177', '178', '179', '181', '182', '189', '190', '195', '196', '200', '201', '202', '203', '204', '206', '207', '217', '225', '226', '227', '228', '319', '360', '419', '435', '449', '475', '535', '539', '738', '752', '770', '819', '872', '907', '916', '923', '924', '937', '951', '1095', '1096', '1102', '1105', '1106', '1108', '1135', '1136', '1137', '1138', '1144', '1145', '1146', '1147', '1148', '1150', '1151', '1152', '1153', '1154', '1155', '1156', '1157', '1163', '1164', '1165', '1167', '1174', '1175', '1181', '1182', '1211', '1223', '1224', '1225', '1255', '1256', '1297', '1301', '1310', '1312', '1313', '1324', '1325', '1333', '1343', '1345', '1370'))
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
k |
range |
PRIMARY,ix_school_id_kuchikomi |
PRIMARY |
4 |
|
137 |
Using where |
|
| 23 |
0.001487 |
SELECT `k`.* FROM `kuchikomi` AS `k` WHERE (k.valid = 1) AND (k.school_id IN ('3013335', '3013336', '3013337', '3013338', '3013339', '3013340', '3014739', '3015380', '3016146', '3016149', '3016272', '3013341', '3013342', '3014050', '3014568', '3014715', '3014896', '3015404', '3015434', '3016374', '3016479', '3016510', '3013343', '3013344', '3013345', '3016014', '3014233', '3014332', '3014659', '3015800', '3014061', '3015542', '3015688', '3013346', '3013347', '3015528', '3016375', '3016519', '3016520')) AND (k.id IN ('2', '3', '10', '24', '25', '30', '31', '36', '39', '40', '47', '51', '53', '54', '55', '59', '65', '75', '81', '85', '86', '90', '91', '96', '97', '111', '113', '115', '116', '117', '118', '123', '125', '131', '132', '133', '137', '138', '139', '148', '149', '150', '151', '152', '153', '154', '165', '168', '170', '177', '178', '179', '181', '182', '189', '190', '195', '196', '200', '201', '202', '203', '204', '206', '207', '217', '225', '226', '227', '228', '319', '360', '419', '435', '449', '475', '535', '539', '738', '752', '770', '819', '872', '907', '916', '923', '924', '937', '951', '1095', '1096', '1102', '1105', '1106', '1108', '1135', '1136', '1137', '1138', '1144', '1145', '1146', '1147', '1148', '1150', '1151', '1152', '1153', '1154', '1155', '1156', '1157', '1163', '1164', '1165', '1167', '1174', '1175', '1181', '1182', '1211', '1223', '1224', '1225', '1255', '1256', '1297', '1301', '1310', '1312', '1313', '1324', '1325', '1333', '1343', '1345', '1370')) ORDER BY `k`.`posted_at` DESC LIMIT 10
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
k |
range |
PRIMARY,ix_school_id_kuchikomi |
PRIMARY |
4 |
|
137 |
Using where; Using filesort |
|
| 24 |
0.000427 |
SELECT `k_c`.* FROM `kuchikomi_category` AS `k_c` WHERE (k_c.kuchikomi_id IN ('449'))
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
k_c |
ref |
kuchikomi_id |
kuchikomi_id |
4 |
const |
1 |
|
|
| 25 |
0.000907 |
DESCRIBE `member`
|
| 26 |
0.000427 |
SELECT `m`.* FROM `member` AS `m` WHERE (m.id IN ('1039'))
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
m |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 27 |
0.000467 |
SELECT `s`.* FROM `school` AS `s` WHERE (s.id IN ('3013335'))
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
s |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 28 |
0.000587 |
DESCRIBE `access_count_kuchikomi`
|
| 29 |
0.000447 |
SELECT `a_c_k`.* FROM `access_count_kuchikomi` AS `a_c_k` WHERE (a_c_k.kuchikomi_id IN ('449'))
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
a_c_k |
ref |
kuchikomi_id |
kuchikomi_id |
4 |
const |
1 |
|
|
| 30 |
0.000597 |
DESCRIBE `kuchikomi_questionnaire_answer`
|
| 31 |
0.000467 |
SELECT `k_q_a`.* FROM `kuchikomi_questionnaire_answer` AS `k_q_a` WHERE (k_q_a.kuchikomi_id IN ('449'))
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
k_q_a |
ref |
ix_kuchikomi_id_kuchikomi_questionnaire_answer |
ix_kuchikomi_id_kuchikomi_questionnaire_answer |
4 |
const |
6 |
|
|
| 32 |
0.001987 |
connect
|
| 33 |
0.000707 |
DESCRIBE `summary_count_school`
|
| 34 |
0.000517 |
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 |
|
|
| 35 |
0.003867 |
SELECT `p`.* FROM `prefecture` AS `p`
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
p |
ALL |
|
|
|
|
47 |
|
|
| 36 |
0.000657 |
SELECT `c`.* FROM `city` AS `c` WHERE (c.prefecture_id = '11')
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
c |
ref |
prefecture_id |
prefecture_id |
5 |
const |
58 |
|
|
| 37 |
0.000437 |
SELECT `c`.* FROM `city` AS `c` WHERE (c.id = '671') LIMIT 1
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
c |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 38 |
0.000397 |
SELECT `p`.* FROM `prefecture` AS `p` WHERE (p.id = '11') LIMIT 1
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
p |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 39 |
0.000637 |
DESCRIBE `school_station`
|
| 40 |
0.000427 |
SELECT `s_s`.* FROM `school_station` AS `s_s` WHERE (s_s.school_id = '3013335')
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
s_s |
ref |
school_id |
school_id |
4 |
const |
1 |
|
|
| 41 |
0.000547 |
DESCRIBE `station_station_unit`
|
| 42 |
0.000397 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '1626')
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
s_s_s |
ref |
station_id |
station_id |
4 |
const |
1 |
|
|
| 43 |
0.000367 |
SELECT `s_s`.* FROM `station_unit` AS `s_s` WHERE (false)
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
|
|
|
|
|
|
|
Impossible WHERE |
|
| 44 |
0.000427 |
SELECT `c_m_c`.* FROM `city_major_city` AS `c_m_c` WHERE (c_m_c.city_id = '671')
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
c_m_c |
ref |
city_id |
city_id |
4 |
const |
1 |
|
|
| 45 |
0.000397 |
SELECT `m_c`.* FROM `major_city` AS `m_c` WHERE (m_c.id IN ('5'))
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
m_c |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 46 |
0.005847 |
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 = 2) 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) LIMIT 1
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
s_c_s |
ref |
multi |
multi |
20 |
const,const,const,const,const |
60270 |
Using index condition |
|
| 47 |
0.000587 |
DESCRIBE `dancer`
|
| 48 |
0.000477 |
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 |
|
| 49 |
0.002787 |
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 |
|
| 50 |
0.000647 |
DESCRIBE `dancer_column`
|
| 51 |
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 |
|
| 52 |
0.000447 |
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 |
|
| 53 |
0.000497 |
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 |
|
| 54 |
0.000477 |
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 |
|
| 55 |
0.000447 |
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 |
|