SHOW FULL COLUMNS FROM `index_category` [ RunTime:0.001238s ]
SELECT * FROM `index_category` WHERE ( `status` = 1 ) AND `index_category`.`delete_time` IS NULL [ RunTime:0.000249s ]
SHOW FULL COLUMNS FROM `index_region` [ RunTime:0.000763s ]
SELECT * FROM `index_region` WHERE ( `status` = 1 ) AND `index_region`.`delete_time` IS NULL [ RunTime:0.000235s ]
SHOW FULL COLUMNS FROM `index_site` [ RunTime:0.000835s ]
SELECT * FROM `index_site` WHERE ( `id` = 1 AND `status` = 1 ) AND `index_site`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.000221s ]
SHOW FULL COLUMNS FROM `index_article` [ RunTime:0.000767s ]
UPDATE `index_article` SET `view` = `view` + 1 WHERE ( `id` = 999 AND `status` = 1 ) AND `index_article`.`delete_time` IS NULL [ RunTime:0.000901s ]
SELECT * FROM `index_article` WHERE ( `id` = 999 AND `status` = 1 ) AND `index_article`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.000238s ]
SELECT * FROM `index_category` WHERE ( `id` = 2 ) AND `index_category`.`delete_time` IS NULL [ RunTime:0.000227s ]
SELECT * FROM `index_region` WHERE ( `id` = 9 ) AND `index_region`.`delete_time` IS NULL [ RunTime:0.000220s ]
SELECT * FROM `index_category` WHERE ( `id` = 2 ) AND `index_category`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.000216s ]
SELECT * FROM `index_region` WHERE ( `id` = 9 ) AND `index_region`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.000196s ]
SELECT * FROM `index_article` WHERE ( `category_id` = 2 AND `region_id` = 9 AND `status` = 1 ) AND `index_article`.`delete_time` IS NULL ORDER BY `id` DESC LIMIT 10 [ RunTime:0.003278s ]
SELECT * FROM `index_article` WHERE ( `region_id` = 9 AND `status` = 1 ) AND `index_article`.`delete_time` IS NULL ORDER BY `id` DESC LIMIT 10 [ RunTime:0.000792s ]