Query1:SELECT * FROM modoer_dbcache WHERE cache_key IN ('comm_dbcache_expire','comm_task_nexttime','comm_session_expire','comm_session_online')
Time:0.002233
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
modoer_dbcache
range
PRIMARY
PRIMARY
600
4
100.00
Using where
Query2:SELECT * FROM modoer_session WHERE uniq = '0b8d967df873617bba6b0303eda65f69' LIMIT 0, 1
Time:0.002243
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
modoer_session
const
uniq
uniq
96
const
1
100.00
Query3:SELECT mp.*,m.* FROM modoer_members m LEFT JOIN modoer_member_profile mp ON (m.uid = mp.uid) WHERE m.uid = '63003' LIMIT 0, 1
Time:0.002322
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
m
const
PRIMARY
PRIMARY
3
const
1
100.00
Query4:SELECT * FROM modoer_spaces WHERE uid = '63003'
Time:0.002507
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
modoer_spaces
const
PRIMARY
PRIMARY
3
const
1
100.00
Query5:SELECT COUNT(*) FROM modoer_spaces WHERE uid = '63003'
Time:0.002232
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
modoer_spaces
const
PRIMARY
PRIMARY
3
const
1
100.00
Using index
Exec 6:UPDATE modoer_spaces SET pageview=pageview+'1' WHERE uid = '63003'
Time:0.002952
Query7:SELECT * FROM modoer_member_feed WHERE uid = '63003' ORDER BY id DESC LIMIT 0, 5
Time:0.002262
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
modoer_member_feed
ref
uid
uid
3
const
1
100.00
Backward index scan
Query8:SELECT f.fid,f.id,f.addtime,m.uid,m.username,m.follow,m.fans,reviews,groupid FROM modoer_favorites f LEFT JOIN modoer_members m ON (f.id = m.uid) WHERE f.idtype='member' AND f.uid=63003 ORDER BY f.addtime DESC LIMIT 0,9
Time:0.002303
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
f
ref
uid,idtype
uid
3
const
1
5.92
Using where; Backward index scan
Query9:select uid,username,last_time from modoer_space_visit where space_uid=63003 order by last_time desc LIMIT 0,9
Time:0.002267
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
modoer_space_visit
ALL
617
10.00
Using where; Using filesort
Query10:SELECT sid,name,subname,pid FROM modoer_subject WHERE cuid=63003 AND status=1 ORDER BY addtime desc LIMIT 0,10
Time:0.172692
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
modoer_subject
ref
addtime,finer,idx_status_sid,idx_status
addtime
1
const
41712
10.00
Using where; Backward index scan
Query11:SELECT * FROM modoer_review r WHERE r.uid = '63003' AND r.hide_name = '0' AND status = '1' ORDER BY posttime DESC LIMIT 0, 3
Time:0.002255
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
r
ref
uid
uid
4
const,const
1
100.00
Using where; Using filesort
Query12:SELECT albumid,picid,title,thumb,sid FROM modoer_pictures WHERE uid = '63003' AND status = '1' ORDER BY addtime DESC LIMIT 0, 4
Time:0.002238
id
select_type
table
partitions
type
possible_keys
key
key_len
ref
rows
filtered
Extra
1
SIMPLE
modoer_pictures
ref
uid
uid
3
const
1
10.00
Using where; Using filesort
Query13:SELECT m.* FROM modoer_mylist m WHERE m.uid = '63003' AND m.status = '1' ORDER BY modifytime DESC LIMIT 0, 5