| No. |
time |
query |
| 1 |
0.001697 |
connect
|
| 2 |
0.000747 |
DESCRIBE `member`
|
| 3 |
0.000417 |
SELECT `m`.* FROM `member` AS `m` WHERE (m.signup_status = 2) AND (m.unique_hash = 'p1j07mi6') LIMIT 1
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
m |
ref |
ix_unique_hash_member |
ix_unique_hash_member |
768 |
const |
1 |
Using where |
|
| 4 |
0.000447 |
SELECT `m`.* FROM `member` AS `m` WHERE (m.unique_hash = 'p1j07mi6') AND (m.signup_status = 2) LIMIT 1
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
m |
ref |
ix_unique_hash_member |
ix_unique_hash_member |
768 |
const |
1 |
Using where |
|
| 5 |
0.000537 |
DESCRIBE `kuchikomi`
|
| 6 |
0.000497 |
SELECT COUNT(1) AS `zend_paginator_row_count` FROM `kuchikomi` AS `k`
INNER JOIN `school` AS `s` ON k.school_id = s.id WHERE (k.member_id = '1779') AND (k.valid = 1) AND (s.is_opening = 1) LIMIT 5
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
k |
ref |
ix_member_id_kuchikomi,ix_school_id_kuchikomi |
ix_member_id_kuchikomi |
5 |
const |
10 |
Using where |
| 1 |
SIMPLE |
s |
eq_ref |
PRIMARY |
PRIMARY |
4 |
jobikai_dance.k.school_id |
1 |
Using where |
|
| 7 |
0.000567 |
SELECT `k`.* FROM `kuchikomi` AS `k`
INNER JOIN `school` AS `s` ON k.school_id = s.id WHERE (k.member_id = '1779') AND (k.valid = 1) AND (s.is_opening = 1) ORDER BY `k`.`posted_at` DESC LIMIT 5
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
k |
ref |
ix_member_id_kuchikomi,ix_school_id_kuchikomi |
ix_member_id_kuchikomi |
5 |
const |
10 |
Using index condition; Using where; Using filesort |
| 1 |
SIMPLE |
s |
eq_ref |
PRIMARY |
PRIMARY |
4 |
jobikai_dance.k.school_id |
1 |
Using where |
|
| 8 |
0.000717 |
DESCRIBE `kuchikomi_category`
|
| 9 |
0.000417 |
SELECT `k_c`.* FROM `kuchikomi_category` AS `k_c` WHERE (k_c.kuchikomi_id IN ('985', '984', '983', '982', '980'))
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
k_c |
range |
kuchikomi_id |
kuchikomi_id |
4 |
|
5 |
Using index condition |
|
| 10 |
0.000417 |
SELECT `m`.* FROM `member` AS `m` WHERE (m.id IN ('1779', '1779', '1779', '1779', '1779'))
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
m |
range |
PRIMARY |
PRIMARY |
4 |
|
1 |
Using where |
|
| 11 |
0.000637 |
DESCRIBE `school`
|
| 12 |
0.000457 |
SELECT `s`.* FROM `school` AS `s` WHERE (s.id IN ('3015173', '3014357', '3014782', '3015094', '3014697'))
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
s |
range |
PRIMARY |
PRIMARY |
4 |
|
5 |
Using where |
|
| 13 |
0.000657 |
DESCRIBE `access_count_kuchikomi`
|
| 14 |
0.000387 |
SELECT `a_c_k`.* FROM `access_count_kuchikomi` AS `a_c_k` WHERE (a_c_k.kuchikomi_id IN ('985', '984', '983', '982', '980'))
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
a_c_k |
range |
kuchikomi_id |
kuchikomi_id |
4 |
|
5 |
Using index condition |
|
| 15 |
0.000647 |
DESCRIBE `kuchikomi_questionnaire_answer`
|
| 16 |
0.000517 |
SELECT `k_q_a`.* FROM `kuchikomi_questionnaire_answer` AS `k_q_a` WHERE (k_q_a.kuchikomi_id IN ('985', '984', '983', '982', '980'))
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
k_q_a |
range |
ix_kuchikomi_id_kuchikomi_questionnaire_answer |
ix_kuchikomi_id_kuchikomi_questionnaire_answer |
4 |
|
30 |
Using index condition |
|
| 17 |
0.001827 |
connect
|
| 18 |
0.000647 |
DESCRIBE `summary_count_school`
|
| 19 |
0.000447 |
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 |
|
|
| 20 |
0.000627 |
DESCRIBE `city`
|
| 21 |
0.000407 |
SELECT `c`.* FROM `city` AS `c` WHERE (c.id = '887') LIMIT 1
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
c |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 22 |
0.000507 |
DESCRIBE `prefecture`
|
| 23 |
0.000367 |
SELECT `p`.* FROM `prefecture` AS `p` WHERE (p.id = '14') LIMIT 1
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
p |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 24 |
0.000507 |
DESCRIBE `station_unit`
|
| 25 |
0.000487 |
DESCRIBE `school_station`
|
| 26 |
0.000377 |
SELECT `s_s`.* FROM `school_station` AS `s_s` WHERE (s_s.school_id = '3015173')
| 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 |
|
|
| 27 |
0.000477 |
DESCRIBE `station_station_unit`
|
| 28 |
0.000357 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '5143')
| 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 |
|
|
| 29 |
0.000357 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '1405')
| 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 |
|
|
| 30 |
0.005067 |
SELECT `s_s`.* FROM `station_unit` AS `s_s` WHERE (s_s.id IN ('11'))
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
s_s |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 31 |
0.000367 |
SELECT `c`.* FROM `city` AS `c` WHERE (c.id = '887') LIMIT 1
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
c |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 32 |
0.000347 |
SELECT `p`.* FROM `prefecture` AS `p` WHERE (p.id = '14') LIMIT 1
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
p |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 33 |
0.000407 |
SELECT `s_s`.* FROM `school_station` AS `s_s` WHERE (s_s.school_id = '3014357')
| 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 |
|
|
| 34 |
0.000357 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '5143')
| 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 |
|
|
| 35 |
0.000327 |
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 |
|
| 36 |
0.000487 |
DESCRIBE `major_city`
|
| 37 |
0.000547 |
DESCRIBE `city_major_city`
|
| 38 |
0.000357 |
SELECT `c_m_c`.* FROM `city_major_city` AS `c_m_c` WHERE (c_m_c.city_id = '887')
| 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 |
|
|
| 39 |
0.000317 |
SELECT `m_c`.* FROM `major_city` AS `m_c` WHERE (false)
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
|
|
|
|
|
|
|
Impossible WHERE |
|
| 40 |
0.000437 |
SELECT `c`.* FROM `city` AS `c` WHERE (c.id = '749') LIMIT 1
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
c |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 41 |
0.000347 |
SELECT `p`.* FROM `prefecture` AS `p` WHERE (p.id = '12') LIMIT 1
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
p |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 42 |
0.000377 |
SELECT `s_s`.* FROM `school_station` AS `s_s` WHERE (s_s.school_id = '3014782')
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
s_s |
ref |
school_id |
school_id |
4 |
const |
7 |
|
|
| 43 |
0.000367 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '1313')
| 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.000337 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '1656')
| 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 |
|
|
| 45 |
0.000347 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '5366')
| 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 |
|
|
| 46 |
0.000337 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '5367')
| 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 |
|
|
| 47 |
0.000347 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '6815')
| 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 |
|
|
| 48 |
0.000347 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '6816')
| 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 |
|
|
| 49 |
0.000337 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '6817')
| 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 |
|
|
| 50 |
0.000297 |
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 |
|
| 51 |
0.002697 |
SELECT `c_m_c`.* FROM `city_major_city` AS `c_m_c` WHERE (c_m_c.city_id = '749')
| 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 |
|
|
| 52 |
0.000337 |
SELECT `m_c`.* FROM `major_city` AS `m_c` WHERE (false)
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
|
|
|
|
|
|
|
Impossible WHERE |
|
| 53 |
0.006147 |
SELECT `c`.* FROM `city` AS `c` WHERE (c.id = '731') LIMIT 1
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
c |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 54 |
0.000397 |
SELECT `p`.* FROM `prefecture` AS `p` WHERE (p.id = '12') LIMIT 1
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
p |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 55 |
0.000397 |
SELECT `s_s`.* FROM `school_station` AS `s_s` WHERE (s_s.school_id = '3015094')
| 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 |
|
|
| 56 |
0.000377 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '5249')
| 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 |
|
|
| 57 |
0.000367 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '1833')
| 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 |
|
|
| 58 |
0.000337 |
SELECT `s_s`.* FROM `station_unit` AS `s_s` WHERE (s_s.id IN ('8'))
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
s_s |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 59 |
0.000357 |
SELECT `c`.* FROM `city` AS `c` WHERE (c.id = '778') LIMIT 1
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
c |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 60 |
0.000407 |
SELECT `p`.* FROM `prefecture` AS `p` WHERE (p.id = '12') LIMIT 1
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
p |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 61 |
0.000377 |
SELECT `s_s`.* FROM `school_station` AS `s_s` WHERE (s_s.school_id = '3014697')
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
s_s |
ref |
school_id |
school_id |
4 |
const |
5 |
|
|
| 62 |
0.000347 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '5342')
| 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 |
|
|
| 63 |
0.000337 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '5399')
| 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 |
|
|
| 64 |
0.000337 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '5343')
| 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 |
|
|
| 65 |
0.000377 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '5375')
| 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 |
|
|
| 66 |
0.002727 |
SELECT `s_s_s`.* FROM `station_station_unit` AS `s_s_s` WHERE (s_s_s.station_id = '5341')
| 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 |
|
|
| 67 |
0.000357 |
SELECT `s_s`.* FROM `station_unit` AS `s_s` WHERE (s_s.id IN ('2', '2'))
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
s_s |
range |
PRIMARY |
PRIMARY |
4 |
|
1 |
Using where |
|
| 68 |
0.000377 |
SELECT `c`.* FROM `city` AS `c` WHERE (c.id = '887') LIMIT 1
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
c |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 69 |
0.000367 |
SELECT `p`.* FROM `prefecture` AS `p` WHERE (p.id = '14') LIMIT 1
| id |
select_type |
table |
type |
possible_keys |
key |
key_len |
ref |
rows |
Extra |
| 1 |
SIMPLE |
p |
const |
PRIMARY |
PRIMARY |
4 |
const |
1 |
|
|
| 70 |
0.000597 |
DESCRIBE `dancer`
|
| 71 |
0.000507 |
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 |
|
| 72 |
0.000417 |
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 |
|
| 73 |
0.000487 |
DESCRIBE `dancer_column`
|
| 74 |
0.000407 |
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 |
|
| 75 |
0.000477 |
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 |
|
| 76 |
0.000437 |
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 |
|
| 77 |
0.000407 |
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 |
|
| 78 |
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 |
|