几分钟一次 还是有些影响了 希望能判断版本改一下
- # User@Host: discuz[discuz] @ localhost [127.0.0.1]
- # Query_time: 4 Lock_time: 0 Rows_sent: 10 Rows_examined: 340346
- SELECT a.aid AS a_aid, a.tid AS a_tid, a.pid AS a_pid, a.dateline AS a_dateline, a.readperm AS a_readperm, a.filename AS a_filename, a.description AS a_description, a.filetype AS a_filetype, a.filesize AS a_filesize, a.attachment AS a_attachment, a.downloads AS a_downloads, t.* FROM cdb_attachments a LEFT JOIN cdb_threads t ON t.tid = a.tid WHERE a.filetype IN ('image/bmp', 'image/gif', 'image/jpeg', 'image/pjpeg', 'image/png') AND t.supe_pushstatus > 0 AND t.displayorder >= 0 ORDER BY dateline DESC LIMIT 0,10;
- # Time: 060929 9:58:01
- # User@Host: discuz[discuz] @ localhost [127.0.0.1]
- # Query_time: 4 Lock_time: 0 Rows_sent: 5 Rows_examined: 113482
- SELECT a.aid AS a_aid, a.tid AS a_tid, a.pid AS a_pid, a.dateline AS a_dateline, a.readperm AS a_readperm, a.filename AS a_filename, a.description AS a_description, a.filetype AS a_filetype, a.filesize AS a_filesize, a.attachment AS a_attachment, a.downloads AS a_downloads, t.* FROM cdb_attachments a LEFT JOIN cdb_threads t ON t.tid = a.tid WHERE a.filetype IN ('image/bmp', 'image/gif', 'image/jpeg', 'image/pjpeg', 'image/png') AND t.supe_pushstatus > 0 AND t.displayorder >= 0 ORDER BY a.dateline DESC LIMIT 0,5;
- # Time: 060929 10:07:19
- # User@Host: discuz[discuz] @ localhost [127.0.0.1]
- # Query_time: 4 Lock_time: 0 Rows_sent: 5 Rows_examined: 113476
- SELECT a.aid AS a_aid, a.tid AS a_tid, a.pid AS a_pid, a.dateline AS a_dateline, a.readperm AS a_readperm, a.filename AS a_filename, a.description AS a_description, a.filetype AS a_filetype, a.filesize AS a_filesize, a.attachment AS a_attachment, a.downloads AS a_downloads, t.* FROM cdb_attachments a LEFT JOIN cdb_threads t ON t.tid = a.tid WHERE a.filetype IN ('image/bmp', 'image/gif', 'image/jpeg', 'image/pjpeg', 'image/png') AND t.supe_pushstatus > 0 AND t.displayorder >= 0 ORDER BY a.dateline DESC LIMIT 0,5;
- # Time: 060929 10:07:32
- # User@Host: discuz[discuz] @ localhost [127.0.0.1]
- # Query_time: 3 Lock_time: 0 Rows_sent: 10 Rows_examined: 340328
- SELECT a.aid AS a_aid, a.tid AS a_tid, a.pid AS a_pid, a.dateline AS a_dateline, a.readperm AS a_readperm, a.filename AS a_filename, a.description AS a_description, a.filetype AS a_filetype, a.filesize AS a_filesize, a.attachment AS a_attachment, a.downloads AS a_downloads, t.* FROM cdb_attachments a LEFT JOIN cdb_threads t ON t.tid = a.tid WHERE a.filetype IN ('image/bmp', 'image/gif', 'image/jpeg', 'image/pjpeg', 'image/png') AND t.supe_pushstatus > 0 AND t.displayorder >= 0 ORDER BY dateline DESC LIMIT 0,10;
- # Time: 060929 10:13:12
- # User@Host: discuz[discuz] @ localhost [127.0.0.1]
- # Query_time: 3 Lock_time: 0 Rows_sent: 5 Rows_examined: 113483
- SELECT a.aid AS a_aid, a.tid AS a_tid, a.pid AS a_pid, a.dateline AS a_dateline, a.readperm AS a_readperm, a.filename AS a_filename, a.description AS a_description, a.filetype AS a_filetype, a.filesize AS a_filesize, a.attachment AS a_attachment, a.downloads AS a_downloads, t.* FROM cdb_attachments a LEFT JOIN cdb_threads t ON t.tid = a.tid WHERE a.filetype IN ('image/bmp', 'image/gif', 'image/jpeg', 'image/pjpeg', 'image/png') AND t.supe_pushstatus > 0 AND t.displayorder >= 0 ORDER BY a.dateline DESC LIMIT 0,5;
复制代码 |