No. |
time |
query |
1 |
0.001747 |
connect
|
2 |
0.000487 |
DESCRIBE `prefecture`
|
3 |
0.000337 |
SELECT `p`.* FROM `prefecture` AS `p` WHERE (p.id = '19') 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.000467 |
DESCRIBE `major_city`
|
5 |
0.000357 |
SELECT `m_c`.* FROM `major_city` AS `m_c` WHERE (m_c.id = '1') 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.000497 |
DESCRIBE `summary_count_kuchikomi`
|
7 |
0.000767 |
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 = '1') 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.000467 |
DESCRIBE `city`
|
9 |
0.000577 |
SELECT `c`.* FROM `city` AS `c` WHERE (c.prefecture_id = '19')
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
c |
ref |
prefecture_id |
prefecture_id |
5 |
const |
59 |
|
|
10 |
0.001107 |
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 = 10) AND (s_c_k.prefecture_id = 0) AND (s_c_k.city_id IN ('1136', '1147', '1148', '1149', '1150', '1151', '1152', '1153', '1154', '1155', '1156', '1157', '1158', '1161', '1162', '1163', '1164', '1165', '1166', '1167', '1168', '1173', '1174', '1175', '1176', '1177', '1178', '1179', '1180', '1181', '1182', '1183', '1184', '1185', '1186', '1187', '1188', '1189', '1190', '1191', '1192', '1193', '1194', '1195', '1196', '1197', '1198', '1199', '1203', '1204', '1205', '1207', '1209', '1212', '1213', '1214', '2300', '2302', '2308')) 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 |
|
59 |
Using index condition; Using where |
|
11 |
0.000537 |
DESCRIBE `station_unit`
|
12 |
0.000357 |
SELECT `s_s`.* FROM `station_unit` AS `s_s` WHERE (s_s.prefecture_id = '19')
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.000357 |
SELECT `m_c`.* FROM `major_city` AS `m_c` WHERE (m_c.prefecture_id = '19')
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.000437 |
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 = 10) 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 ('1')) 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.000787 |
DESCRIBE `school`
|
16 |
0.000507 |
DESCRIBE `city_major_city`
|
17 |
0.000407 |
SELECT `c_m_c`.* FROM `city_major_city` AS `c_m_c` WHERE (c_m_c.major_city_id = '1')
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 |
16 |
|
|
18 |
0.001277 |
SELECT `s`.`id` FROM `school` AS `s` WHERE (s.registration_status = 1) AND (s.is_opening = 1) AND (s.city_id IN ('1182', '1183', '1184', '1185', '1186', '1187', '1188', '1189', '1190', '1191', '1192', '1193', '1194', '1195', '1196', '1197'))
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
s |
range |
city_id |
city_id |
5 |
|
197 |
Using index condition; Using where |
|
19 |
0.000567 |
DESCRIBE `kuchikomi`
|
20 |
0.000497 |
DESCRIBE `kuchikomi_category`
|
21 |
0.000517 |
SELECT `k_c`.`kuchikomi_id` FROM `kuchikomi_category` AS `k_c` WHERE (k_c.category_id = 10)
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
k_c |
ref |
category_id |
category_id |
4 |
const |
81 |
|
|
22 |
0.001667 |
SELECT COUNT(1) AS `zend_paginator_row_count` FROM `kuchikomi` AS `k` WHERE (k.valid = 1) AND (k.school_id IN ('3013698', '3013699', '3013700', '3013986', '3014071', '3014478', '3013701', '3013702', '3013703', '3014060', '3013227', '3013704', '3013705', '3013935', '3014019', '3014225', '3014477', '3014901', '3015298', '3015916', '3016019', '3016157', '3013706', '3013707', '3013970', '3014253', '3015444', '3013708', '3013709', '3013920', '3014021', '3015395', '3015836', '3013189', '3013192', '3013226', '3013238', '3013710', '3013711', '3013712', '3013713', '3014020', '3014133', '3014406', '3014431', '3014479', '3014526', '3014536', '3014591', '3014606', '3014622', '3014639', '3014706', '3014922', '3015338', '3015358', '3016196', '3016292', '3016481', '3016512', '3013714', '3013715', '3013716', '3014120', '3015235', '3015264', '3015575', '3015586', '3016065', '3013717', '3014098', '3015166', '3013718', '3013719', '3013720', '3013721', '3015396', '3015594', '3013722', '3013969', '3014962', '3013723', '3014880', '3014920', '3015272', '3016079', '3013724', '3013936', '3016092', '3016379', '3013725', '3013726', '3013727', '3013728', '3013729', '3013730', '3013921', '3014360', '3014533', '3015628', '3016003', '3013731', '3015610', '3015650')) AND (k.id IN ('6', '7', '8', '10', '12', '13', '15', '17', '20', '33', '38', '40', '47', '51', '68', '78', '82', '87', '94', '103', '116', '121', '137', '154', '160', '175', '176', '184', '185', '188', '189', '190', '358', '359', '528', '531', '736', '870', '871', '919', '962', '984', '1056', '1070', '1089', '1090', '1097', '1098', '1099', '1113', '1118', '1119', '1120', '1121', '1122', '1137', '1158', '1160', '1161', '1166', '1179', '1184', '1185', '1186', '1187', '1188', '1193', '1201', '1212', '1213', '1214', '1215', '1216', '1217', '1218', '1219', '1220', '1221', '1222', '1305', '1355'))
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
k |
range |
PRIMARY,ix_school_id_kuchikomi |
PRIMARY |
4 |
|
81 |
Using where |
|
23 |
0.001687 |
SELECT `k`.* FROM `kuchikomi` AS `k` WHERE (k.valid = 1) AND (k.school_id IN ('3013698', '3013699', '3013700', '3013986', '3014071', '3014478', '3013701', '3013702', '3013703', '3014060', '3013227', '3013704', '3013705', '3013935', '3014019', '3014225', '3014477', '3014901', '3015298', '3015916', '3016019', '3016157', '3013706', '3013707', '3013970', '3014253', '3015444', '3013708', '3013709', '3013920', '3014021', '3015395', '3015836', '3013189', '3013192', '3013226', '3013238', '3013710', '3013711', '3013712', '3013713', '3014020', '3014133', '3014406', '3014431', '3014479', '3014526', '3014536', '3014591', '3014606', '3014622', '3014639', '3014706', '3014922', '3015338', '3015358', '3016196', '3016292', '3016481', '3016512', '3013714', '3013715', '3013716', '3014120', '3015235', '3015264', '3015575', '3015586', '3016065', '3013717', '3014098', '3015166', '3013718', '3013719', '3013720', '3013721', '3015396', '3015594', '3013722', '3013969', '3014962', '3013723', '3014880', '3014920', '3015272', '3016079', '3013724', '3013936', '3016092', '3016379', '3013725', '3013726', '3013727', '3013728', '3013729', '3013730', '3013921', '3014360', '3014533', '3015628', '3016003', '3013731', '3015610', '3015650')) AND (k.id IN ('6', '7', '8', '10', '12', '13', '15', '17', '20', '33', '38', '40', '47', '51', '68', '78', '82', '87', '94', '103', '116', '121', '137', '154', '160', '175', '176', '184', '185', '188', '189', '190', '358', '359', '528', '531', '736', '870', '871', '919', '962', '984', '1056', '1070', '1089', '1090', '1097', '1098', '1099', '1113', '1118', '1119', '1120', '1121', '1122', '1137', '1158', '1160', '1161', '1166', '1179', '1184', '1185', '1186', '1187', '1188', '1193', '1201', '1212', '1213', '1214', '1215', '1216', '1217', '1218', '1219', '1220', '1221', '1222', '1305', '1355')) 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 |
|
81 |
Using where; Using filesort |
|
24 |
0.000397 |
SELECT `k_c`.* FROM `kuchikomi_category` AS `k_c` WHERE (k_c.kuchikomi_id IN ('1158'))
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.000737 |
DESCRIBE `member`
|
26 |
0.000397 |
SELECT `m`.* FROM `member` AS `m` WHERE (m.id IN ('2461'))
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
m |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
27 |
0.000457 |
SELECT `s`.* FROM `school` AS `s` WHERE (s.id IN ('3015650'))
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
s |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
28 |
0.000607 |
DESCRIBE `access_count_kuchikomi`
|
29 |
0.000367 |
SELECT `a_c_k`.* FROM `access_count_kuchikomi` AS `a_c_k` WHERE (a_c_k.kuchikomi_id IN ('1158'))
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.000577 |
DESCRIBE `kuchikomi_questionnaire_answer`
|
31 |
0.000407 |
SELECT `k_q_a`.* FROM `kuchikomi_questionnaire_answer` AS `k_q_a` WHERE (k_q_a.kuchikomi_id IN ('1158'))
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.001937 |
connect
|
33 |
0.000597 |
DESCRIBE `summary_count_school`
|
34 |
0.000457 |
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.000437 |
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.000587 |
SELECT `c`.* FROM `city` AS `c` WHERE (c.prefecture_id = '19')
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
c |
ref |
prefecture_id |
prefecture_id |
5 |
const |
59 |
|
|
37 |
0.000377 |
SELECT `c`.* FROM `city` AS `c` WHERE (c.id = '1197') 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.000317 |
SELECT `p`.* FROM `prefecture` AS `p` WHERE (p.id = '19') 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.000597 |
DESCRIBE `school_station`
|
40 |
0.000377 |
SELECT `s_s`.* FROM `school_station` AS `s_s` WHERE (s_s.school_id = '3015650')
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
s_s |
ref |
school_id |
school_id |
4 |
const |
2 |
|
|
41 |
0.000457 |
DESCRIBE `station_station_unit`
|
42 |
0.000357 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '5627')
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.000327 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '5628')
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 |
|
|
44 |
0.000267 |
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 |
|
45 |
0.000367 |
SELECT `c_m_c`.* FROM `city_major_city` AS `c_m_c` WHERE (c_m_c.city_id = '1197')
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 |
|
|
46 |
0.000337 |
SELECT `m_c`.* FROM `major_city` AS `m_c` WHERE (m_c.id IN ('1'))
id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
1 |
SIMPLE |
m_c |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
47 |
0.007747 |
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 = 10) 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 |
|
48 |
0.000717 |
DESCRIBE `dancer`
|
49 |
0.000557 |
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 |
|
50 |
0.000407 |
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 |
|
51 |
0.000547 |
DESCRIBE `dancer_column`
|
52 |
0.000417 |
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 |
|
53 |
0.000417 |
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 |
|
54 |
0.000387 |
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 |
|
55 |
0.000387 |
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 |
|
56 |
0.000397 |
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 |
|