Created
November 8, 2017 21:16
-
-
Save totem3/6a593211e96dad0f45266fadc97f2e5f to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/rdsdbbin/mysql/bin/mysqld, Version: 5.6.27-log (MySQL Community Server (GPL)). started with: | |
Tcp port: 3306 Unix socket: /tmp/mysql.sock | |
Time Id Command Argument | |
# Time: 171108 20:00:00 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75015897 | |
# Query_time: 0.138043 Lock_time: 0.000284 Rows_sent: 20 Rows_examined: 17457 | |
use luccy_production; | |
SET timestamp=1510171200; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `users`.`id` AS t1_r0, `users`.`uuid` AS t1_r1, `users`.`role` AS t1_r2, `users`.`nickname` AS t1_r3, `users`.`email` AS t1_r4, `users`.`encrypted_password` AS t1_r5, `users`.`reset_password_token` AS t1_r6, `users`.`reset_password_sent_at` AS t1_r7, `users`.`remember_created_at` AS t1_r8, `users`.`receive_newsletter` AS t1_r9, `users`.`profile_image` AS t1_r10, `users`.`header_image` AS t1_r11, `users`.`introduction` AS t1_r12, `users`.`website_url` AS t1_r13, `users`.`gender` AS t1_r14, `users`.`birthday` AS t1_r15, `users`.`deleted_at` AS t1_r16, `users`.`created_at` AS t1_r17, `users`.`updated_at` AS t1_r18, `article_pickups`.`id` AS t2_r0, `article_pickups`.`article_id` AS t2_r1, `article_pickups`.`created_at` AS t2_r2, `article_pickups`.`open_at` AS t2_r3 FROM `articles` INNER JOIN `article_pickups` ON `article_pickups`.`article_id` = `articles`.`id` LEFT OUTER JOIN `users` ON `users`.`id` = `articles`.`author_id` AND `users`.`deleted_at` IS NULL WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:00:00.174007') ORDER BY `article_pickups`.`open_at` DESC LIMIT 20 OFFSET 0; | |
/rdsdbbin/mysql/bin/mysqld, Version: 5.6.27-log (MySQL Community Server (GPL)). started with: | |
Tcp port: 3306 Unix socket: /tmp/mysql.sock | |
Time Id Command Argument | |
# Time: 171108 20:05:06 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75016513 | |
# Query_time: 0.106618 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 14143 | |
use luccy_production; | |
SET timestamp=1510171506; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:05:06.363435') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:09:06 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75016874 | |
# Query_time: 0.116627 Lock_time: 0.000089 Rows_sent: 25 Rows_examined: 12529 | |
SET timestamp=1510171746; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `article_pickups`.`id` AS t1_r0, `article_pickups`.`article_id` AS t1_r1, `article_pickups`.`created_at` AS t1_r2, `article_pickups`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `article_pickups` ON `article_pickups`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND `articles`.`article_type` = 0 AND (open_at <= '2017-11-09 05:09:06.137842') ORDER BY `article_pickups`.`open_at` DESC LIMIT 25 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75016873 | |
# Query_time: 0.113921 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510171746; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:09:06.125800') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
/rdsdbbin/mysql/bin/mysqld, Version: 5.6.27-log (MySQL Community Server (GPL)). started with: | |
Tcp port: 3306 Unix socket: /tmp/mysql.sock | |
Time Id Command Argument | |
# Time: 171108 20:14:51 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017444 | |
# Query_time: 0.116672 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 14143 | |
use luccy_production; | |
SET timestamp=1510172091; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:14:51.193544') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017442 | |
# Query_time: 0.164105 Lock_time: 0.000114 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172091; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:14:51.201948') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017443 | |
# Query_time: 0.174861 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172091; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:14:51.199216') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017444 | |
# Query_time: 0.108459 Lock_time: 0.000155 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172091; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:14:51.336371') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
/rdsdbbin/mysql/bin/mysqld, Version: 5.6.27-log (MySQL Community Server (GPL)). started with: | |
Tcp port: 3306 Unix socket: /tmp/mysql.sock | |
Time Id Command Argument | |
# Time: 171108 20:15:01 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017472 | |
# Query_time: 0.148997 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 14143 | |
use luccy_production; | |
SET timestamp=1510172101; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:00.985193') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017471 | |
# Query_time: 0.170439 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172101; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:00.984066') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017473 | |
# Query_time: 0.116926 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172101; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:01.025016') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017471 | |
# Query_time: 0.114379 Lock_time: 0.000137 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172101; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:01.165312') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017472 | |
# Query_time: 0.164157 Lock_time: 0.000143 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172101; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:01.151289') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017473 | |
# Query_time: 0.142839 Lock_time: 0.000158 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172101; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:01.164418') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:15:18 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017511 | |
# Query_time: 0.110142 Lock_time: 0.000098 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172118; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:18.627782') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017512 | |
# Query_time: 0.162357 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172118; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:18.632181') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017513 | |
# Query_time: 0.148600 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172118; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:18.696079') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017511 | |
# Query_time: 0.150551 Lock_time: 0.000149 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172118; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:18.755250') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017512 | |
# Query_time: 0.141789 Lock_time: 0.000147 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172118; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:18.811293') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017513 | |
# Query_time: 0.106691 Lock_time: 0.000157 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172118; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:18.871433') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:15:38 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017544 | |
# Query_time: 0.117079 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172138; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:38.790553') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017546 | |
# Query_time: 0.129025 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172138; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:38.851785') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017545 | |
# Query_time: 0.184289 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172138; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:38.798737') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:15:39 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017544 | |
# Query_time: 0.170210 Lock_time: 0.000139 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172139; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:38.923304') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017546 | |
# Query_time: 0.121941 Lock_time: 0.000148 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172139; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:38.993197') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017545 | |
# Query_time: 0.147723 Lock_time: 0.000130 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172139; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:38.996520') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:15:57 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017585 | |
# Query_time: 0.135961 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172157; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:57.846514') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:15:58 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017586 | |
# Query_time: 0.169043 Lock_time: 0.000191 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172158; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:57.905251') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017584 | |
# Query_time: 0.178122 Lock_time: 0.000135 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172158; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:57.935403') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017585 | |
# Query_time: 0.138760 Lock_time: 0.000151 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172158; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:15:58.004686') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:16:20 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017626 | |
# Query_time: 0.106313 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172180; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:20.730523') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017625 | |
# Query_time: 0.123392 Lock_time: 0.000148 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172180; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:20.754013') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017627 | |
# Query_time: 0.134473 Lock_time: 0.000189 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172180; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:20.801737') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017626 | |
# Query_time: 0.114786 Lock_time: 0.000144 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172180; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:20.855525') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:16:26 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017645 | |
# Query_time: 0.148525 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172186; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:26.394264') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017647 | |
# Query_time: 0.227992 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172186; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:26.431599') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017646 | |
# Query_time: 0.232695 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172186; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:26.425875') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017648 | |
# Query_time: 0.228475 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172186; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:26.455891') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017645 | |
# Query_time: 0.226633 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172186; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:26.571765') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017647 | |
# Query_time: 0.192695 Lock_time: 0.000145 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172186; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:26.671734') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017648 | |
# Query_time: 0.183539 Lock_time: 0.000140 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172186; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:26.694229') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017646 | |
# Query_time: 0.190625 Lock_time: 0.000125 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172186; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:26.683412') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:16:43 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017681 | |
# Query_time: 0.136876 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172203; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:43.762039') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017680 | |
# Query_time: 0.203970 Lock_time: 0.000085 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172203; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:43.740929') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017682 | |
# Query_time: 0.158279 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172203; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:43.810769') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:16:44 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017683 | |
# Query_time: 0.235999 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172204; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:43.829697') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017681 | |
# Query_time: 0.206269 Lock_time: 0.000132 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172204; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:43.919477') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017682 | |
# Query_time: 0.158657 Lock_time: 0.000150 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172204; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:44.002159') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017680 | |
# Query_time: 0.198748 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172204; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:43.969531') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017683 | |
# Query_time: 0.117460 Lock_time: 0.000141 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172204; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:16:44.089518') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:17:00 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017715 | |
# Query_time: 0.114400 Lock_time: 0.000087 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172220; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:00.442332') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017716 | |
# Query_time: 0.110017 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172220; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:00.452164') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017717 | |
# Query_time: 0.200749 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172220; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:00.538314') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017715 | |
# Query_time: 0.201690 Lock_time: 0.000130 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172220; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:00.571561') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017716 | |
# Query_time: 0.196925 Lock_time: 0.000153 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172220; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:00.579538') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017718 | |
# Query_time: 0.214208 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172220; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:00.551511') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017717 | |
# Query_time: 0.109279 Lock_time: 0.000153 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172220; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:00.765612') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017718 | |
# Query_time: 0.107315 Lock_time: 0.000149 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172220; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:00.788722') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:17:19 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017746 | |
# Query_time: 0.138981 Lock_time: 0.000089 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172239; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:19.525728') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017747 | |
# Query_time: 0.203151 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172239; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:19.542296') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017748 | |
# Query_time: 0.196522 Lock_time: 0.000205 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172239; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:19.563995') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017749 | |
# Query_time: 0.235559 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172239; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:19.615937') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017746 | |
# Query_time: 0.171100 Lock_time: 0.000142 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172239; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:19.683558') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017747 | |
# Query_time: 0.172689 Lock_time: 0.000165 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172239; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:19.763556') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017748 | |
# Query_time: 0.176583 Lock_time: 0.000121 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172239; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:19.775410') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017749 | |
# Query_time: 0.115883 Lock_time: 0.000155 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172239; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:19.868305') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:17:38 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017773 | |
# Query_time: 0.177625 Lock_time: 0.000089 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172258; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:37.937159') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017775 | |
# Query_time: 0.146907 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172258; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:37.987974') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017774 | |
# Query_time: 0.226055 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172258; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:37.976844') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017776 | |
# Query_time: 0.252057 Lock_time: 0.000170 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172258; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:38.010032') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017775 | |
# Query_time: 0.208329 Lock_time: 0.000141 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172258; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:38.151531') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017773 | |
# Query_time: 0.225593 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172258; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:38.135610') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017774 | |
# Query_time: 0.170640 Lock_time: 0.000142 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172258; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:38.219625') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017776 | |
# Query_time: 0.117647 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172258; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:38.289839') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:17:56 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017793 | |
# Query_time: 0.112659 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172276; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:56.650787') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017794 | |
# Query_time: 0.174406 Lock_time: 0.000083 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172276; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:56.642412') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017795 | |
# Query_time: 0.203949 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172276; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:56.686654') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017796 | |
# Query_time: 0.213381 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172276; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:56.728064') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:17:57 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017793 | |
# Query_time: 0.196849 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172277; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:56.794169') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017794 | |
# Query_time: 0.187675 Lock_time: 0.000117 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172277; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:56.835589') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017795 | |
# Query_time: 0.152970 Lock_time: 0.000145 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172277; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:56.918005') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017796 | |
# Query_time: 0.138129 Lock_time: 0.000129 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172277; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:17:56.959551') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:18:02 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017818 | |
# Query_time: 0.115810 Lock_time: 0.000089 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172282; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:02.383253') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017824 | |
# Query_time: 0.210118 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172282; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:02.452436') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017819 | |
# Query_time: 0.293205 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172282; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:02.414187') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017818 | |
# Query_time: 0.214604 Lock_time: 0.000124 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172282; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:02.524373') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017825 | |
# Query_time: 0.277896 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172282; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:02.465376') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017824 | |
# Query_time: 0.158797 Lock_time: 0.000133 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172282; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:02.680731') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017819 | |
# Query_time: 0.154212 Lock_time: 0.000137 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172282; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:02.734719') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017825 | |
# Query_time: 0.170649 Lock_time: 0.000164 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172282; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:02.764348') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:18:22 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017910 | |
# Query_time: 0.124386 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172302; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:21.933224') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017909 | |
# Query_time: 0.267696 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172302; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:21.939015') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017911 | |
# Query_time: 0.261020 Lock_time: 0.000176 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172302; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:21.972223') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017910 | |
# Query_time: 0.172131 Lock_time: 0.000200 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172302; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:22.070642') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017913 | |
# Query_time: 0.234962 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172302; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:21.999085') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017909 | |
# Query_time: 0.137040 Lock_time: 0.000144 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172302; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:22.223583') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017911 | |
# Query_time: 0.139011 Lock_time: 0.000154 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172302; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:22.265071') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017913 | |
# Query_time: 0.163682 Lock_time: 0.000128 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172302; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:22.256117') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:18:41 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017959 | |
# Query_time: 0.173571 Lock_time: 0.000088 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172321; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:40.841094') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017962 | |
# Query_time: 0.132655 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172321; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:40.936227') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017960 | |
# Query_time: 0.208530 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172321; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:40.876052') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017961 | |
# Query_time: 0.254799 Lock_time: 0.000179 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172321; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:40.892160') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75017959 | |
# Query_time: 0.197022 Lock_time: 0.000150 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172321; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:41.034234') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75017962 | |
# Query_time: 0.220969 Lock_time: 0.000148 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172321; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:41.087475') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017960 | |
# Query_time: 0.218220 Lock_time: 0.000150 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172321; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:41.103700') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75017961 | |
# Query_time: 0.163087 Lock_time: 0.000155 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172321; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:18:41.163633') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:19:00 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018000 | |
# Query_time: 0.110211 Lock_time: 0.000162 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172340; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:00.019618') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:19:01 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018010 | |
# Query_time: 0.100773 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172341; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:01.722126') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018014 | |
# Query_time: 0.140926 Lock_time: 0.000162 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172341; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:01.807108') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018011 | |
# Query_time: 0.217876 Lock_time: 0.000154 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172341; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:01.752822') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:19:02 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018012 | |
# Query_time: 0.251411 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172342; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:01.798046') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018010 | |
# Query_time: 0.258249 Lock_time: 0.000152 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172342; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:01.850449') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018014 | |
# Query_time: 0.203707 Lock_time: 0.000153 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172342; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:01.970555') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018011 | |
# Query_time: 0.218876 Lock_time: 0.000117 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172342; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:01.982343') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018012 | |
# Query_time: 0.153402 Lock_time: 0.000154 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172342; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:02.072416') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:19:19 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018061 | |
# Query_time: 0.114634 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172359; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:19.565820') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018061 | |
# Query_time: 0.136727 Lock_time: 0.000170 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172359; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:19.695577') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018060 | |
# Query_time: 0.245385 Lock_time: 0.000134 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172359; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:19.599639') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018062 | |
# Query_time: 0.224937 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172359; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:19.618269') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018063 | |
# Query_time: 0.222892 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172359; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:19.623071') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018063 | |
# Query_time: 0.111573 Lock_time: 0.000128 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172359; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:19.868317') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:19:20 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018062 | |
# Query_time: 0.150663 Lock_time: 0.000105 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172360; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:19.865602') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:19:25 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018078 | |
# Query_time: 0.145758 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172365; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:25.820530') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:19:26 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018076 | |
# Query_time: 0.209970 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172366; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:25.790025') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018079 | |
# Query_time: 0.210624 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172366; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:25.833113') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018081 | |
# Query_time: 0.236161 Lock_time: 0.000180 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172366; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:25.859535') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018076 | |
# Query_time: 0.186335 Lock_time: 0.000126 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172366; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:26.026722') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018078 | |
# Query_time: 0.253629 Lock_time: 0.000154 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172366; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:25.983710') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018079 | |
# Query_time: 0.211681 Lock_time: 0.000169 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172366; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:26.063767') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018081 | |
# Query_time: 0.155596 Lock_time: 0.000163 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172366; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:26.122705') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:19:38 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018105 | |
# Query_time: 0.107300 Lock_time: 0.000143 Rows_sent: 30 Rows_examined: 17467 | |
SET timestamp=1510172378; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `users`.`id` AS t1_r0, `users`.`uuid` AS t1_r1, `users`.`role` AS t1_r2, `users`.`nickname` AS t1_r3, `users`.`email` AS t1_r4, `users`.`encrypted_password` AS t1_r5, `users`.`reset_password_token` AS t1_r6, `users`.`reset_password_sent_at` AS t1_r7, `users`.`remember_created_at` AS t1_r8, `users`.`receive_newsletter` AS t1_r9, `users`.`profile_image` AS t1_r10, `users`.`header_image` AS t1_r11, `users`.`introduction` AS t1_r12, `users`.`website_url` AS t1_r13, `users`.`gender` AS t1_r14, `users`.`birthday` AS t1_r15, `users`.`deleted_at` AS t1_r16, `users`.`created_at` AS t1_r17, `users`.`updated_at` AS t1_r18, `article_pickups`.`id` AS t2_r0, `article_pickups`.`article_id` AS t2_r1, `article_pickups`.`created_at` AS t2_r2, `article_pickups`.`open_at` AS t2_r3 FROM `articles` INNER JOIN `article_pickups` ON `article_pickups`.`article_id` = `articles`.`id` LEFT OUTER JOIN `users` ON `users`.`id` = `articles`.`author_id` AND `users`.`deleted_at` IS NULL WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:38.682388') ORDER BY `article_pickups`.`open_at` DESC LIMIT 30 OFFSET 0; | |
# Time: 171108 20:19:42 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018112 | |
# Query_time: 0.108891 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172382; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:42.485834') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018113 | |
# Query_time: 0.170538 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172382; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:42.492264') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018114 | |
# Query_time: 0.252003 Lock_time: 0.000179 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172382; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:42.515449') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018113 | |
# Query_time: 0.151459 Lock_time: 0.000136 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172382; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:42.683514') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018112 | |
# Query_time: 0.243922 Lock_time: 0.000130 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172382; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:42.611458') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018115 | |
# Query_time: 0.261285 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172382; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:42.585307') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018114 | |
# Query_time: 0.123961 Lock_time: 0.000155 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172382; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:19:42.786689') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
/rdsdbbin/mysql/bin/mysqld, Version: 5.6.27-log (MySQL Community Server (GPL)). started with: | |
Tcp port: 3306 Unix socket: /tmp/mysql.sock | |
Time Id Command Argument | |
# Time: 171108 20:20:55 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018243 | |
# Query_time: 0.102601 Lock_time: 0.000090 Rows_sent: 5 Rows_examined: 14143 | |
use luccy_production; | |
SET timestamp=1510172455; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:20:55.533554') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018244 | |
# Query_time: 0.126249 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172455; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:20:55.570348') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018245 | |
# Query_time: 0.158275 Lock_time: 0.000176 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172455; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:20:55.619704') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018243 | |
# Query_time: 0.148240 Lock_time: 0.000151 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172455; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:20:55.651600') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018244 | |
# Query_time: 0.140680 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172455; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:20:55.711703') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:21:24 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018295 | |
# Query_time: 0.100263 Lock_time: 0.000084 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172484; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:24.687623') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018296 | |
# Query_time: 0.153577 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172484; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:24.704358') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018294 | |
# Query_time: 0.195839 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172484; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:24.691772') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018295 | |
# Query_time: 0.135447 Lock_time: 0.000141 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172484; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:24.803765') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:21:25 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018296 | |
# Query_time: 0.136236 Lock_time: 0.000140 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172485; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:24.875800') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018294 | |
# Query_time: 0.105216 Lock_time: 0.000154 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172485; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:24.911325') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:21:35 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018312 | |
# Query_time: 0.134592 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172495; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:34.957430') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018313 | |
# Query_time: 0.117903 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172495; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:34.990239') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018314 | |
# Query_time: 0.189146 Lock_time: 0.000176 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172495; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:35.019940') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018312 | |
# Query_time: 0.148457 Lock_time: 0.000142 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172495; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:35.103817') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018313 | |
# Query_time: 0.129838 Lock_time: 0.000151 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172495; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:35.127647') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:21:44 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018326 | |
# Query_time: 0.154145 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172504; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:44.205024') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018325 | |
# Query_time: 0.171347 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172504; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:44.192496') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018324 | |
# Query_time: 0.124289 Lock_time: 0.000245 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172504; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:44.231689') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018326 | |
# Query_time: 0.101651 Lock_time: 0.000117 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172504; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:44.377891') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018325 | |
# Query_time: 0.111654 Lock_time: 0.000099 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172504; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:44.377891') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:21:50 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018340 | |
# Query_time: 0.173158 Lock_time: 0.000087 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172510; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:50.766517') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018343 | |
# Query_time: 0.183784 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172510; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:50.797876') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:21:51 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018342 | |
# Query_time: 0.199548 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172511; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:50.805324') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018341 | |
# Query_time: 0.222419 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172511; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:50.802121') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018340 | |
# Query_time: 0.199722 Lock_time: 0.000160 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172511; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:50.955907') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018343 | |
# Query_time: 0.192610 Lock_time: 0.000161 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172511; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:51.003802') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018342 | |
# Query_time: 0.167306 Lock_time: 0.000156 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172511; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:51.031511') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018341 | |
# Query_time: 0.170204 Lock_time: 0.000199 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172511; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:21:51.055475') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:22:04 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018360 | |
# Query_time: 0.113658 Lock_time: 0.000144 Rows_sent: 30 Rows_examined: 17497 | |
SET timestamp=1510172524; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `users`.`id` AS t1_r0, `users`.`uuid` AS t1_r1, `users`.`role` AS t1_r2, `users`.`nickname` AS t1_r3, `users`.`email` AS t1_r4, `users`.`encrypted_password` AS t1_r5, `users`.`reset_password_token` AS t1_r6, `users`.`reset_password_sent_at` AS t1_r7, `users`.`remember_created_at` AS t1_r8, `users`.`receive_newsletter` AS t1_r9, `users`.`profile_image` AS t1_r10, `users`.`header_image` AS t1_r11, `users`.`introduction` AS t1_r12, `users`.`website_url` AS t1_r13, `users`.`gender` AS t1_r14, `users`.`birthday` AS t1_r15, `users`.`deleted_at` AS t1_r16, `users`.`created_at` AS t1_r17, `users`.`updated_at` AS t1_r18, `article_pickups`.`id` AS t2_r0, `article_pickups`.`article_id` AS t2_r1, `article_pickups`.`created_at` AS t2_r2, `article_pickups`.`open_at` AS t2_r3 FROM `articles` INNER JOIN `article_pickups` ON `article_pickups`.`article_id` = `articles`.`id` LEFT OUTER JOIN `users` ON `users`.`id` = `articles`.`author_id` AND `users`.`deleted_at` IS NULL WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:04.572802') ORDER BY `article_pickups`.`open_at` DESC LIMIT 30 OFFSET 30; | |
# Time: 171108 20:22:07 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018368 | |
# Query_time: 0.107138 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172527; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:07.362594') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018369 | |
# Query_time: 0.208589 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172527; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:07.373365') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018367 | |
# Query_time: 0.236210 Lock_time: 0.000163 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172527; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:07.366704') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018370 | |
# Query_time: 0.222359 Lock_time: 0.000155 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172527; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:07.424466') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018368 | |
# Query_time: 0.184121 Lock_time: 0.000147 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172527; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:07.493020') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018369 | |
# Query_time: 0.189637 Lock_time: 0.000143 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172527; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:07.599990') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018370 | |
# Query_time: 0.122476 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172527; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:07.671755') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018367 | |
# Query_time: 0.185800 Lock_time: 0.000150 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172527; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:07.631611') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:22:22 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018384 | |
# Query_time: 0.107047 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172542; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:22.508417') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018385 | |
# Query_time: 0.146144 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172542; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:22.522296') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018386 | |
# Query_time: 0.223562 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172542; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:22.596401') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018384 | |
# Query_time: 0.198094 Lock_time: 0.000143 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172542; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:22.631671') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018387 | |
# Query_time: 0.201404 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172542; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:22.636106') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018385 | |
# Query_time: 0.190701 Lock_time: 0.000148 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172542; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:22.683156') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018386 | |
# Query_time: 0.145010 Lock_time: 0.000144 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172542; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:22.840971') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018387 | |
# Query_time: 0.119815 Lock_time: 0.000149 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172542; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:22.867705') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:22:37 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018404 | |
# Query_time: 0.125774 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172557; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:37.306115') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018403 | |
# Query_time: 0.230954 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172557; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:37.306138') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018405 | |
# Query_time: 0.206686 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172557; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:37.340735') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018406 | |
# Query_time: 0.201421 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172557; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:37.376332') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018404 | |
# Query_time: 0.168844 Lock_time: 0.000153 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172557; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:37.459649') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018405 | |
# Query_time: 0.169784 Lock_time: 0.000140 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172557; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:37.572227') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018403 | |
# Query_time: 0.165124 Lock_time: 0.000137 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172557; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:37.567892') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018406 | |
# Query_time: 0.169668 Lock_time: 0.000137 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172557; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:37.592889') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:22:51 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018424 | |
# Query_time: 0.137451 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172571; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:51.454670') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018425 | |
# Query_time: 0.202031 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172571; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:51.467749') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018426 | |
# Query_time: 0.225637 Lock_time: 0.000165 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172571; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:51.500402') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018427 | |
# Query_time: 0.225351 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172571; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:51.516202') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018424 | |
# Query_time: 0.173439 Lock_time: 0.000157 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172571; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:51.608057') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018425 | |
# Query_time: 0.212678 Lock_time: 0.000148 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172571; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:51.687966') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018427 | |
# Query_time: 0.162360 Lock_time: 0.000127 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172571; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:51.759873') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018426 | |
# Query_time: 0.166401 Lock_time: 0.000159 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172571; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:51.748112') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:22:57 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018434 | |
# Query_time: 0.160147 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172577; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:57.181815') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018436 | |
# Query_time: 0.191125 Lock_time: 0.000083 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172577; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:57.184357') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018435 | |
# Query_time: 0.243527 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172577; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:57.193703') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018437 | |
# Query_time: 0.197479 Lock_time: 0.000202 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172577; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:57.233477') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018434 | |
# Query_time: 0.202805 Lock_time: 0.000152 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172577; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:57.367672') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018436 | |
# Query_time: 0.198579 Lock_time: 0.000143 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172577; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:57.395893') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018437 | |
# Query_time: 0.160913 Lock_time: 0.000139 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172577; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:57.460280') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018435 | |
# Query_time: 0.174461 Lock_time: 0.000151 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172577; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:22:57.456884') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:23:12 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018454 | |
# Query_time: 0.111351 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172592; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:12.395644') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018455 | |
# Query_time: 0.180779 Lock_time: 0.000101 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172592; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:12.395154') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018457 | |
# Query_time: 0.204622 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172592; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:12.473539') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018456 | |
# Query_time: 0.212287 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172592; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:12.473421') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018455 | |
# Query_time: 0.159353 Lock_time: 0.000156 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172592; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:12.596493') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018454 | |
# Query_time: 0.236291 Lock_time: 0.000206 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172592; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:12.535884') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018457 | |
# Query_time: 0.145834 Lock_time: 0.000133 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172592; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:12.705042') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018456 | |
# Query_time: 0.158411 Lock_time: 0.000151 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172592; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:12.704672') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:23:31 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018482 | |
# Query_time: 0.212167 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172611; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:31.526937') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018483 | |
# Query_time: 0.204304 Lock_time: 0.000167 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172611; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:31.564258') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018484 | |
# Query_time: 0.179297 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172611; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:31.616240') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018481 | |
# Query_time: 0.222764 Lock_time: 0.000140 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172611; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:31.627910') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018484 | |
# Query_time: 0.131613 Lock_time: 0.000131 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172611; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:31.811885') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018482 | |
# Query_time: 0.188007 Lock_time: 0.000156 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172611; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:31.764043') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018483 | |
# Query_time: 0.188274 Lock_time: 0.000143 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172611; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:31.796128') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:23:48 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018506 | |
# Query_time: 0.206167 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172628; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:48.117487') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018507 | |
# Query_time: 0.207576 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172628; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:48.116896') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018508 | |
# Query_time: 0.208834 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172628; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:48.129074') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018509 | |
# Query_time: 0.205519 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172628; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:48.132802') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018507 | |
# Query_time: 0.200598 Lock_time: 0.000127 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172628; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:48.344420') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018506 | |
# Query_time: 0.206563 Lock_time: 0.000137 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172628; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:48.339814') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018509 | |
# Query_time: 0.205786 Lock_time: 0.000147 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172628; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:48.361320') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018508 | |
# Query_time: 0.202070 Lock_time: 0.000127 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172628; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:48.364278') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:23:55 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018521 | |
# Query_time: 0.117710 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172635; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:54.897909') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018520 | |
# Query_time: 0.165156 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172635; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:54.896323') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018519 | |
# Query_time: 0.187534 Lock_time: 0.000152 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172635; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:54.900570') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018521 | |
# Query_time: 0.144923 Lock_time: 0.000144 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172635; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:55.031826') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018520 | |
# Query_time: 0.152403 Lock_time: 0.000145 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172635; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:55.071824') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018519 | |
# Query_time: 0.124298 Lock_time: 0.000191 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172635; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:23:55.116057') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:24:12 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018541 | |
# Query_time: 0.111302 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172652; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:12.759782') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018542 | |
# Query_time: 0.139729 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172652; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:12.769464') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:24:13 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018543 | |
# Query_time: 0.186804 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172653; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:12.840807') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018542 | |
# Query_time: 0.123135 Lock_time: 0.000169 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172653; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:12.919218') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018541 | |
# Query_time: 0.173363 Lock_time: 0.000157 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172653; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:12.881703') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:24:19 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018558 | |
# Query_time: 0.109901 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172659; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:19.405935') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018557 | |
# Query_time: 0.171851 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172659; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:19.396623') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018559 | |
# Query_time: 0.236523 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172659; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:19.450055') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018560 | |
# Query_time: 0.215621 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172659; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:19.488830') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018558 | |
# Query_time: 0.188587 Lock_time: 0.000143 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172659; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:19.531715') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018557 | |
# Query_time: 0.226760 Lock_time: 0.000144 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172659; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:19.588219') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018559 | |
# Query_time: 0.121271 Lock_time: 0.000139 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172659; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:19.711469') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018560 | |
# Query_time: 0.131953 Lock_time: 0.000150 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172659; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:19.732567') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:24:39 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018596 | |
# Query_time: 0.110604 Lock_time: 0.000087 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172679; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:39.319646') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018595 | |
# Query_time: 0.189759 Lock_time: 0.000199 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172679; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:39.326105') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018598 | |
# Query_time: 0.219587 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172679; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:39.396174') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018597 | |
# Query_time: 0.218962 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172679; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:39.400305') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018596 | |
# Query_time: 0.198149 Lock_time: 0.000144 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172679; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:39.447959') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018598 | |
# Query_time: 0.114778 Lock_time: 0.000151 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172679; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:39.631810') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018595 | |
# Query_time: 0.202955 Lock_time: 0.000149 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172679; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:39.540348') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018597 | |
# Query_time: 0.138078 Lock_time: 0.000147 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172679; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:39.648356') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
/rdsdbbin/mysql/bin/mysqld, Version: 5.6.27-log (MySQL Community Server (GPL)). started with: | |
Tcp port: 3306 Unix socket: /tmp/mysql.sock | |
Time Id Command Argument | |
# Time: 171108 20:25:00 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018636 | |
# Query_time: 0.220138 Lock_time: 0.000098 Rows_sent: 50 Rows_examined: 14188 | |
use luccy_production; | |
SET timestamp=1510172700; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:24:59.988732') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:25:01 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018643 | |
# Query_time: 0.131031 Lock_time: 0.000096 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172701; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:01.797366') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018644 | |
# Query_time: 0.157291 Lock_time: 0.000161 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172701; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:01.840046') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:25:02 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018646 | |
# Query_time: 0.169143 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172702; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:01.924503') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018645 | |
# Query_time: 0.252447 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172702; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:01.841353') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018643 | |
# Query_time: 0.228503 Lock_time: 0.000157 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172702; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:01.956632') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018644 | |
# Query_time: 0.222343 Lock_time: 0.000145 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172702; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:02.015802') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018646 | |
# Query_time: 0.160497 Lock_time: 0.000140 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172702; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:02.112007') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018645 | |
# Query_time: 0.167500 Lock_time: 0.000122 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172702; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:02.115752') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:25:08 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018664 | |
# Query_time: 0.111908 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172708; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:08.636282') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018665 | |
# Query_time: 0.102713 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172708; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:08.667794') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018664 | |
# Query_time: 0.123933 Lock_time: 0.000121 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172708; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:08.762349') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018666 | |
# Query_time: 0.151262 Lock_time: 0.000176 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172708; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:08.772267') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018665 | |
# Query_time: 0.159356 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172708; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:08.788050') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:25:27 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018697 | |
# Query_time: 0.128437 Lock_time: 0.000083 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172727; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:26.933448') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018698 | |
# Query_time: 0.111653 Lock_time: 0.000172 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172727; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:26.960367') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018697 | |
# Query_time: 0.115006 Lock_time: 0.000141 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172727; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:27.076975') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018699 | |
# Query_time: 0.179400 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172727; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:27.024417') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018698 | |
# Query_time: 0.159226 Lock_time: 0.000141 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172727; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:27.087766') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:25:45 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018743 | |
# Query_time: 0.116143 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172745; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:45.725258') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018741 | |
# Query_time: 0.165082 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172745; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:45.716222') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018742 | |
# Query_time: 0.187248 Lock_time: 0.000091 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172745; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:45.709338') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:25:46 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018742 | |
# Query_time: 0.114045 Lock_time: 0.000169 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172746; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:45.907325') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018743 | |
# Query_time: 0.175541 Lock_time: 0.000149 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172746; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:45.857600') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018741 | |
# Query_time: 0.147402 Lock_time: 0.000185 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172746; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:25:45.904715') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:26:04 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018768 | |
# Query_time: 0.164194 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172764; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:04.731162') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018767 | |
# Query_time: 0.180935 Lock_time: 0.000119 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172764; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:04.708616') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:26:05 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018768 | |
# Query_time: 0.109848 Lock_time: 0.000097 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172765; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:04.905624') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018767 | |
# Query_time: 0.117526 Lock_time: 0.000139 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172765; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:04.911656') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:26:11 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018777 | |
# Query_time: 0.133191 Lock_time: 0.000109 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172771; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:11.451457') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018778 | |
# Query_time: 0.108985 Lock_time: 0.000185 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172771; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:11.489783') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018779 | |
# Query_time: 0.186503 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172771; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:11.571543') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018780 | |
# Query_time: 0.226971 Lock_time: 0.000164 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172771; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:11.570448') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018778 | |
# Query_time: 0.214170 Lock_time: 0.000153 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172771; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:11.612916') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018777 | |
# Query_time: 0.207879 Lock_time: 0.000193 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172771; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:11.612959') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018779 | |
# Query_time: 0.126991 Lock_time: 0.000151 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172771; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:11.780586') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018780 | |
# Query_time: 0.114597 Lock_time: 0.000153 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172771; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:11.816072') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:26:24 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018791 | |
# Query_time: 0.103542 Lock_time: 0.000112 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172784; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:24.496998') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018793 | |
# Query_time: 0.148681 Lock_time: 0.000195 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172784; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:24.536741') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018792 | |
# Query_time: 0.262509 Lock_time: 0.000159 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172784; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:24.541312') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018793 | |
# Query_time: 0.143755 Lock_time: 0.000175 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172784; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:24.703889') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018794 | |
# Query_time: 0.240837 Lock_time: 0.000201 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172784; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:24.623789') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018791 | |
# Query_time: 0.236023 Lock_time: 0.000154 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172784; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:24.624810') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018794 | |
# Query_time: 0.111277 Lock_time: 0.000142 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172784; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:24.877369') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018792 | |
# Query_time: 0.148023 Lock_time: 0.000163 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172784; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:24.832597') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:26:44 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018814 | |
# Query_time: 0.128423 Lock_time: 0.000160 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172804; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:44.710625') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018816 | |
# Query_time: 0.217914 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172804; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:44.730210') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018815 | |
# Query_time: 0.230011 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172804; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:44.726927') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018817 | |
# Query_time: 0.196614 Lock_time: 0.000190 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172804; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:44.789432') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:26:45 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018814 | |
# Query_time: 0.212894 Lock_time: 0.000152 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172805; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:44.855994') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018816 | |
# Query_time: 0.175784 Lock_time: 0.000145 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172805; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:44.969082') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018815 | |
# Query_time: 0.186820 Lock_time: 0.000125 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172805; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:44.975850') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018817 | |
# Query_time: 0.145339 Lock_time: 0.000157 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172805; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:26:45.033316') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:27:03 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018851 | |
# Query_time: 0.111204 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172823; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:03.289655') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018850 | |
# Query_time: 0.184244 Lock_time: 0.000087 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172823; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:03.287536') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018852 | |
# Query_time: 0.235403 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172823; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:03.349488') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018853 | |
# Query_time: 0.230393 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172823; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:03.368471') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018851 | |
# Query_time: 0.199727 Lock_time: 0.000150 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172823; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:03.415984') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018850 | |
# Query_time: 0.178075 Lock_time: 0.000148 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172823; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:03.487996') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018852 | |
# Query_time: 0.139983 Lock_time: 0.000133 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172823; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:03.609029') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018853 | |
# Query_time: 0.171670 Lock_time: 0.000141 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172823; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:03.610057') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:27:11 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018864 | |
# Query_time: 0.170026 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172831; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:11.767367') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018863 | |
# Query_time: 0.197151 Lock_time: 0.000083 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172831; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:11.748734') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:27:12 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018865 | |
# Query_time: 0.235342 Lock_time: 0.000186 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172832; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:11.802707') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018866 | |
# Query_time: 0.229649 Lock_time: 0.000144 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172832; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:11.816384') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018863 | |
# Query_time: 0.186831 Lock_time: 0.000144 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172832; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:11.968949') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018864 | |
# Query_time: 0.243755 Lock_time: 0.000138 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172832; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:11.952083') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018866 | |
# Query_time: 0.164976 Lock_time: 0.000129 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172832; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:12.067831') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018865 | |
# Query_time: 0.179550 Lock_time: 0.000145 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172832; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:12.056847') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:27:31 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018905 | |
# Query_time: 0.133610 Lock_time: 0.000215 Rows_sent: 20 Rows_examined: 2953 | |
SET timestamp=1510172851; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `users`.`id` AS t1_r0, `users`.`uuid` AS t1_r1, `users`.`role` AS t1_r2, `users`.`nickname` AS t1_r3, `users`.`email` AS t1_r4, `users`.`encrypted_password` AS t1_r5, `users`.`reset_password_token` AS t1_r6, `users`.`reset_password_sent_at` AS t1_r7, `users`.`remember_created_at` AS t1_r8, `users`.`receive_newsletter` AS t1_r9, `users`.`profile_image` AS t1_r10, `users`.`header_image` AS t1_r11, `users`.`introduction` AS t1_r12, `users`.`website_url` AS t1_r13, `users`.`gender` AS t1_r14, `users`.`birthday` AS t1_r15, `users`.`deleted_at` AS t1_r16, `users`.`created_at` AS t1_r17, `users`.`updated_at` AS t1_r18, `reviewed_articles`.`id` AS t2_r0, `reviewed_articles`.`article_id` AS t2_r1, `reviewed_articles`.`created_at` AS t2_r2, `reviewed_articles`.`open_at` AS t2_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` LEFT OUTER JOIN `users` ON `users`.`id` = `articles`.`author_id` AND `users`.`deleted_at` IS NULL WHERE `articles`.`deleted_at` IS NULL AND `articles`.`category_id` = 1 AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:31.076405') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 20 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018902 | |
# Query_time: 0.248385 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172851; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:31.037429') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018903 | |
# Query_time: 0.249986 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172851; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:31.048735') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018901 | |
# Query_time: 0.251428 Lock_time: 0.000121 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172851; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:31.088463') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018904 | |
# Query_time: 0.273640 Lock_time: 0.004201 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172851; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:31.077338') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018902 | |
# Query_time: 0.136014 Lock_time: 0.000122 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172851; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:31.303762') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018903 | |
# Query_time: 0.181368 Lock_time: 0.000121 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172851; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:31.316031') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018904 | |
# Query_time: 0.123332 Lock_time: 0.000189 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172851; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:31.377465') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:27:49 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018955 | |
# Query_time: 0.121154 Lock_time: 0.000103 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172869; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:48.888943') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018956 | |
# Query_time: 0.118367 Lock_time: 0.000178 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172869; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:48.908211') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018957 | |
# Query_time: 0.199158 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172869; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:48.961661') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018958 | |
# Query_time: 0.172041 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172869; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:49.044686') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75018955 | |
# Query_time: 0.207002 Lock_time: 0.000159 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172869; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:49.030086') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018956 | |
# Query_time: 0.232122 Lock_time: 0.000159 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172869; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:49.057061') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75018958 | |
# Query_time: 0.108799 Lock_time: 0.000145 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172869; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:49.232100') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75018957 | |
# Query_time: 0.159222 Lock_time: 0.000141 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172869; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:27:49.184794') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:28:01 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019001 | |
# Query_time: 0.207326 Lock_time: 0.000089 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172881; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:01.221696') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019002 | |
# Query_time: 0.208285 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172881; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:01.243531') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019003 | |
# Query_time: 0.224926 Lock_time: 0.000167 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172881; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:01.275143') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019007 | |
# Query_time: 0.245276 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172881; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:01.330756') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019002 | |
# Query_time: 0.178482 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172881; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:01.468412') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019001 | |
# Query_time: 0.259278 Lock_time: 0.000156 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172881; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:01.448915') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019003 | |
# Query_time: 0.207720 Lock_time: 0.000142 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172881; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:01.533005') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019007 | |
# Query_time: 0.140668 Lock_time: 0.000143 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172881; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:01.609202') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:28:14 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019057 | |
# Query_time: 0.111790 Lock_time: 0.000097 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172894; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:13.890482') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019056 | |
# Query_time: 0.188668 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172894; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:13.890699') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019059 | |
# Query_time: 0.197446 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172894; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:13.977738') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019058 | |
# Query_time: 0.221710 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172894; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:13.964333') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019057 | |
# Query_time: 0.220381 Lock_time: 0.000141 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172894; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:14.019894') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019056 | |
# Query_time: 0.193210 Lock_time: 0.000140 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172894; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:14.096211') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019059 | |
# Query_time: 0.140739 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172894; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:14.197417') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019058 | |
# Query_time: 0.147199 Lock_time: 0.000127 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172894; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:14.207862') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:28:20 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019084 | |
# Query_time: 0.112211 Lock_time: 0.000163 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172900; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:20.597352') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019083 | |
# Query_time: 0.143433 Lock_time: 0.000090 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172900; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:20.589327') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019085 | |
# Query_time: 0.197949 Lock_time: 0.000147 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172900; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:20.649734') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019084 | |
# Query_time: 0.143204 Lock_time: 0.000136 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172900; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:20.719469') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019083 | |
# Query_time: 0.139199 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172900; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:20.743541') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:28:34 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019110 | |
# Query_time: 0.196945 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172914; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:34.344760') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019112 | |
# Query_time: 0.251116 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172914; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:34.371380') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019113 | |
# Query_time: 0.229245 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172914; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:34.404553') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019114 | |
# Query_time: 0.274241 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172914; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:34.396271') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019111 | |
# Query_time: 0.297567 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510172914; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:34.382045') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019110 | |
# Query_time: 0.336208 Lock_time: 0.000155 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172914; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:34.563911') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019112 | |
# Query_time: 0.268895 Lock_time: 0.000145 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172914; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:34.645082') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019111 | |
# Query_time: 0.208894 Lock_time: 0.000178 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172914; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:34.709382') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019113 | |
# Query_time: 0.280929 Lock_time: 0.000121 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172914; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:34.652165') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019114 | |
# Query_time: 0.262116 Lock_time: 0.000164 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510172914; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:28:34.684590') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:29:32 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019236 | |
# Query_time: 0.100656 Lock_time: 0.000162 Rows_sent: 25 Rows_examined: 12529 | |
SET timestamp=1510172972; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `article_pickups`.`id` AS t1_r0, `article_pickups`.`article_id` AS t1_r1, `article_pickups`.`created_at` AS t1_r2, `article_pickups`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `article_pickups` ON `article_pickups`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND `articles`.`article_type` = 0 AND (open_at <= '2017-11-09 05:29:32.661926') ORDER BY `article_pickups`.`open_at` DESC LIMIT 25 OFFSET 0; | |
/rdsdbbin/mysql/bin/mysqld, Version: 5.6.27-log (MySQL Community Server (GPL)). started with: | |
Tcp port: 3306 Unix socket: /tmp/mysql.sock | |
Time Id Command Argument | |
# Time: 171108 20:30:35 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019370 | |
# Query_time: 0.105593 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 14143 | |
use luccy_production; | |
SET timestamp=1510173035; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:30:35.720739') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019368 | |
# Query_time: 0.103154 Lock_time: 0.000145 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173035; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:30:35.741710') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:30:38 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019380 | |
# Query_time: 0.156363 Lock_time: 0.000096 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173038; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:30:38.379383') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019381 | |
# Query_time: 0.151292 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173038; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:30:38.388141') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019380 | |
# Query_time: 0.116389 Lock_time: 0.000149 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173038; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:30:38.546807') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019382 | |
# Query_time: 0.197874 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173038; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:30:38.462393') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019381 | |
# Query_time: 0.154401 Lock_time: 0.000133 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173038; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:30:38.549608') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019382 | |
# Query_time: 0.114285 Lock_time: 0.000137 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173038; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:30:38.681886') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:31:22 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019486 | |
# Query_time: 0.180068 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173082; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:31:22.721781') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019487 | |
# Query_time: 0.238221 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173082; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:31:22.725104') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019485 | |
# Query_time: 0.243475 Lock_time: 0.000120 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173082; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:31:22.743798') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:31:23 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019488 | |
# Query_time: 0.303902 Lock_time: 0.000154 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173083; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:31:22.740077') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019489 | |
# Query_time: 0.299202 Lock_time: 0.000150 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173083; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:31:22.756775') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019487 | |
# Query_time: 0.163516 Lock_time: 0.000156 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173083; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:31:22.979901') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019486 | |
# Query_time: 0.264290 Lock_time: 0.000149 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173083; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:31:22.929508') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019488 | |
# Query_time: 0.191138 Lock_time: 0.000151 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173083; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:31:23.060835') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019489 | |
# Query_time: 0.182042 Lock_time: 0.000126 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173083; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:31:23.072254') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:32:23 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019625 | |
# Query_time: 0.111908 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173143; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:32:23.230788') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019626 | |
# Query_time: 0.155610 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173143; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:32:23.236472') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019627 | |
# Query_time: 0.150355 Lock_time: 0.000158 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173143; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:32:23.306536') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019625 | |
# Query_time: 0.135390 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173143; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:32:23.359854') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019626 | |
# Query_time: 0.148840 Lock_time: 0.000118 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173143; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:32:23.407823') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:32:39 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019660 | |
# Query_time: 0.139671 Lock_time: 0.000092 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173159; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:32:38.891155') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019661 | |
# Query_time: 0.129375 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173159; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:32:38.914267') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019662 | |
# Query_time: 0.175330 Lock_time: 0.000153 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173159; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:32:38.932889') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019660 | |
# Query_time: 0.171715 Lock_time: 0.000140 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173159; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:32:39.048150') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019661 | |
# Query_time: 0.160794 Lock_time: 0.000120 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173159; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:32:39.059878') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019662 | |
# Query_time: 0.109144 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173159; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:32:39.123169') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:33:00 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019694 | |
# Query_time: 0.117739 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173180; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:00.740068') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019693 | |
# Query_time: 0.152706 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173180; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:00.734142') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019695 | |
# Query_time: 0.153359 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173180; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:00.748392') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:33:01 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019694 | |
# Query_time: 0.114077 Lock_time: 0.000194 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173181; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:00.875711') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019693 | |
# Query_time: 0.145825 Lock_time: 0.000161 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173181; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:00.904742') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019695 | |
# Query_time: 0.138320 Lock_time: 0.000159 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173181; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:00.920095') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:33:06 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019703 | |
# Query_time: 0.223146 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173186; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:06.321742') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019702 | |
# Query_time: 0.208734 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173186; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:06.326411') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019704 | |
# Query_time: 0.210416 Lock_time: 0.000169 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173186; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:06.358837') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019701 | |
# Query_time: 0.193965 Lock_time: 0.000159 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173186; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:06.392006') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019702 | |
# Query_time: 0.149905 Lock_time: 0.000142 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173186; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:06.562279') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019703 | |
# Query_time: 0.191721 Lock_time: 0.000148 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173186; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:06.554033') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019704 | |
# Query_time: 0.167774 Lock_time: 0.000153 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173186; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:06.598099') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:33:21 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019732 | |
# Query_time: 0.193937 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173201; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:21.239896') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019733 | |
# Query_time: 0.213376 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173201; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:21.242153') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019731 | |
# Query_time: 0.206345 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173201; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:21.251599') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019734 | |
# Query_time: 0.197492 Lock_time: 0.000225 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173201; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:21.270706') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019733 | |
# Query_time: 0.176138 Lock_time: 0.000137 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173201; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:21.470986') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019734 | |
# Query_time: 0.171972 Lock_time: 0.000151 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173201; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:21.498221') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019732 | |
# Query_time: 0.240595 Lock_time: 0.000133 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173201; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:21.451894') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019731 | |
# Query_time: 0.213445 Lock_time: 0.000149 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173201; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:21.482528') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:33:33 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019777 | |
# Query_time: 0.101810 Lock_time: 0.000145 Rows_sent: 20 Rows_examined: 17457 | |
SET timestamp=1510173213; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `users`.`id` AS t1_r0, `users`.`uuid` AS t1_r1, `users`.`role` AS t1_r2, `users`.`nickname` AS t1_r3, `users`.`email` AS t1_r4, `users`.`encrypted_password` AS t1_r5, `users`.`reset_password_token` AS t1_r6, `users`.`reset_password_sent_at` AS t1_r7, `users`.`remember_created_at` AS t1_r8, `users`.`receive_newsletter` AS t1_r9, `users`.`profile_image` AS t1_r10, `users`.`header_image` AS t1_r11, `users`.`introduction` AS t1_r12, `users`.`website_url` AS t1_r13, `users`.`gender` AS t1_r14, `users`.`birthday` AS t1_r15, `users`.`deleted_at` AS t1_r16, `users`.`created_at` AS t1_r17, `users`.`updated_at` AS t1_r18, `article_pickups`.`id` AS t2_r0, `article_pickups`.`article_id` AS t2_r1, `article_pickups`.`created_at` AS t2_r2, `article_pickups`.`open_at` AS t2_r3 FROM `articles` INNER JOIN `article_pickups` ON `article_pickups`.`article_id` = `articles`.`id` LEFT OUTER JOIN `users` ON `users`.`id` = `articles`.`author_id` AND `users`.`deleted_at` IS NULL WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:33.839355') ORDER BY `article_pickups`.`open_at` DESC LIMIT 20 OFFSET 0; | |
# Time: 171108 20:33:39 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019796 | |
# Query_time: 0.163636 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173219; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:38.869017') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019795 | |
# Query_time: 0.205479 Lock_time: 0.000083 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173219; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:38.855143') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019797 | |
# Query_time: 0.222447 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173219; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:38.940653') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019798 | |
# Query_time: 0.226997 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173219; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:38.948854') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019796 | |
# Query_time: 0.205876 Lock_time: 0.000145 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173219; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:39.047074') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019795 | |
# Query_time: 0.201711 Lock_time: 0.000161 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173219; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:39.082325') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019798 | |
# Query_time: 0.149484 Lock_time: 0.000134 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173219; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:39.192355') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019797 | |
# Query_time: 0.163296 Lock_time: 0.000166 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173219; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:39.179923') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:33:57 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019842 | |
# Query_time: 0.138536 Lock_time: 0.000083 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173237; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:57.853868') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:33:58 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019844 | |
# Query_time: 0.248176 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173238; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:57.880330') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019845 | |
# Query_time: 0.231784 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173238; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:57.900332') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019841 | |
# Query_time: 0.279814 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173238; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:57.856947') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019842 | |
# Query_time: 0.261425 Lock_time: 0.000165 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173238; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:58.008361') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019844 | |
# Query_time: 0.173092 Lock_time: 0.000138 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173238; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:58.141185') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019845 | |
# Query_time: 0.187082 Lock_time: 0.000121 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173238; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:58.145085') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019841 | |
# Query_time: 0.173747 Lock_time: 0.000156 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173238; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:33:58.162425') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:34:03 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019852 | |
# Query_time: 0.200462 Lock_time: 0.000087 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173243; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:03.607253') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019855 | |
# Query_time: 0.143670 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173243; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:03.676912') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019853 | |
# Query_time: 0.189757 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173243; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:03.640119') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019854 | |
# Query_time: 0.209781 Lock_time: 0.000170 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173243; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:03.670303') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:34:04 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019854 | |
# Query_time: 0.115099 Lock_time: 0.000181 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173244; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:03.900564') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019855 | |
# Query_time: 0.219576 Lock_time: 0.000139 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173244; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:03.835285') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019853 | |
# Query_time: 0.236295 Lock_time: 0.000121 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173244; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:03.839848') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019852 | |
# Query_time: 0.241487 Lock_time: 0.000130 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173244; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:03.830120') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:34:20 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019890 | |
# Query_time: 0.113050 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173260; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:19.948627') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019891 | |
# Query_time: 0.182427 Lock_time: 0.000088 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173260; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:19.953757') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019892 | |
# Query_time: 0.233050 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173260; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:20.020984') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019893 | |
# Query_time: 0.229982 Lock_time: 0.000132 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173260; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:20.024419') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019890 | |
# Query_time: 0.203788 Lock_time: 0.000161 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173260; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:20.086501') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019891 | |
# Query_time: 0.198870 Lock_time: 0.000142 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173260; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:20.152385') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019893 | |
# Query_time: 0.130757 Lock_time: 0.000124 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173260; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:20.271662') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019892 | |
# Query_time: 0.147957 Lock_time: 0.000144 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173260; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:20.271030') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:34:32 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019912 | |
# Query_time: 0.152545 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173272; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:32.756864') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019914 | |
# Query_time: 0.205156 Lock_time: 0.000199 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173272; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:32.789343') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:34:33 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019911 | |
# Query_time: 0.258535 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173273; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:32.771010') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019913 | |
# Query_time: 0.230417 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173273; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:32.798840') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019912 | |
# Query_time: 0.181476 Lock_time: 0.000142 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173273; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:32.923742') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019914 | |
# Query_time: 0.183911 Lock_time: 0.000151 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173273; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:33.016391') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019911 | |
# Query_time: 0.156486 Lock_time: 0.000188 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173273; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:33.058538') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019913 | |
# Query_time: 0.189164 Lock_time: 0.000175 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173273; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:33.054618') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:34:42 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019934 | |
# Query_time: 0.119258 Lock_time: 0.000094 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173282; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:42.352813') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019937 | |
# Query_time: 0.157745 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173282; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:42.403036') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019936 | |
# Query_time: 0.183383 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173282; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:42.390890') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019935 | |
# Query_time: 0.223129 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173282; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:42.383743') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019937 | |
# Query_time: 0.128017 Lock_time: 0.000138 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173282; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:42.581333') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019936 | |
# Query_time: 0.173497 Lock_time: 0.000139 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173282; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:42.602514') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75019935 | |
# Query_time: 0.150254 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173282; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:42.646711') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:34:55 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019960 | |
# Query_time: 0.177511 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173295; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:54.954766') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019962 | |
# Query_time: 0.212072 Lock_time: 0.000087 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173295; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:54.957121') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019961 | |
# Query_time: 0.242359 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173295; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:54.957972') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019963 | |
# Query_time: 0.173380 Lock_time: 0.000156 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173295; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:55.040443') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019960 | |
# Query_time: 0.178029 Lock_time: 0.000139 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173295; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:55.152414') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75019963 | |
# Query_time: 0.149883 Lock_time: 0.000138 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173295; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:55.235928') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019962 | |
# Query_time: 0.215611 Lock_time: 0.000141 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173295; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:55.188439') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75019961 | |
# Query_time: 0.190873 Lock_time: 0.000153 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173295; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:34:55.217776') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
/rdsdbbin/mysql/bin/mysqld, Version: 5.6.27-log (MySQL Community Server (GPL)). started with: | |
Tcp port: 3306 Unix socket: /tmp/mysql.sock | |
Time Id Command Argument | |
# Time: 171108 20:35:15 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020008 | |
# Query_time: 0.168022 Lock_time: 0.000085 Rows_sent: 5 Rows_examined: 14143 | |
use luccy_production; | |
SET timestamp=1510173315; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:15.291868') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020009 | |
# Query_time: 0.172525 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173315; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:15.320166') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020010 | |
# Query_time: 0.223117 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173315; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:15.332954') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020011 | |
# Query_time: 0.224030 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173315; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:15.360458') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020008 | |
# Query_time: 0.220829 Lock_time: 0.000142 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173315; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:15.479963') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020009 | |
# Query_time: 0.203555 Lock_time: 0.000151 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173315; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:15.510095') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020010 | |
# Query_time: 0.186437 Lock_time: 0.000154 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173315; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:15.572500') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020011 | |
# Query_time: 0.168280 Lock_time: 0.000141 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173315; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:15.600022') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:35:21 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020024 | |
# Query_time: 0.133657 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173321; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:21.399120') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020025 | |
# Query_time: 0.139692 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173321; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:21.399089') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020026 | |
# Query_time: 0.189214 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173321; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:21.452592') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020025 | |
# Query_time: 0.139138 Lock_time: 0.000125 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173321; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:21.552620') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020024 | |
# Query_time: 0.181011 Lock_time: 0.000140 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173321; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:21.548632') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:35:32 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020063 | |
# Query_time: 0.113673 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173332; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:32.471747') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020064 | |
# Query_time: 0.188365 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173332; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:32.479305') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020065 | |
# Query_time: 0.150200 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173332; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:32.524834') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020063 | |
# Query_time: 0.140699 Lock_time: 0.000144 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173332; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:32.604394') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020064 | |
# Query_time: 0.140778 Lock_time: 0.000141 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173332; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:32.681292') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020065 | |
# Query_time: 0.136814 Lock_time: 0.000138 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173332; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:32.692353') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:35:33 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020071 | |
# Query_time: 0.120102 Lock_time: 0.000145 Rows_sent: 20 Rows_examined: 17457 | |
SET timestamp=1510173333; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `users`.`id` AS t1_r0, `users`.`uuid` AS t1_r1, `users`.`role` AS t1_r2, `users`.`nickname` AS t1_r3, `users`.`email` AS t1_r4, `users`.`encrypted_password` AS t1_r5, `users`.`reset_password_token` AS t1_r6, `users`.`reset_password_sent_at` AS t1_r7, `users`.`remember_created_at` AS t1_r8, `users`.`receive_newsletter` AS t1_r9, `users`.`profile_image` AS t1_r10, `users`.`header_image` AS t1_r11, `users`.`introduction` AS t1_r12, `users`.`website_url` AS t1_r13, `users`.`gender` AS t1_r14, `users`.`birthday` AS t1_r15, `users`.`deleted_at` AS t1_r16, `users`.`created_at` AS t1_r17, `users`.`updated_at` AS t1_r18, `article_pickups`.`id` AS t2_r0, `article_pickups`.`article_id` AS t2_r1, `article_pickups`.`created_at` AS t2_r2, `article_pickups`.`open_at` AS t2_r3 FROM `articles` INNER JOIN `article_pickups` ON `article_pickups`.`article_id` = `articles`.`id` LEFT OUTER JOIN `users` ON `users`.`id` = `articles`.`author_id` AND `users`.`deleted_at` IS NULL WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:33.170446') ORDER BY `article_pickups`.`open_at` DESC LIMIT 20 OFFSET 0; | |
# Time: 171108 20:35:47 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020116 | |
# Query_time: 0.111371 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173347; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:47.730273') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020118 | |
# Query_time: 0.140676 Lock_time: 0.000099 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173347; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:47.734222') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020119 | |
# Query_time: 0.118851 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173347; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:47.807317') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:35:48 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020118 | |
# Query_time: 0.145600 Lock_time: 0.000132 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173348; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:47.891946') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020116 | |
# Query_time: 0.179915 Lock_time: 0.000178 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173348; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:47.865088') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020119 | |
# Query_time: 0.120347 Lock_time: 0.000127 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173348; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:47.954827') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:35:54 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020129 | |
# Query_time: 0.165311 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173354; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:54.407660') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020130 | |
# Query_time: 0.151687 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173354; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:54.424289') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020131 | |
# Query_time: 0.210548 Lock_time: 0.000158 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173354; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:54.483475') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020132 | |
# Query_time: 0.230501 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173354; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:54.487407') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020129 | |
# Query_time: 0.194275 Lock_time: 0.000114 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173354; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:54.592513') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020130 | |
# Query_time: 0.211573 Lock_time: 0.000138 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173354; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:54.592004') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020131 | |
# Query_time: 0.154289 Lock_time: 0.000143 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173354; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:54.718878') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020132 | |
# Query_time: 0.128750 Lock_time: 0.000121 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173354; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:35:54.746303') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:36:09 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020166 | |
# Query_time: 0.111627 Lock_time: 0.000091 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173369; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:09.742219') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020167 | |
# Query_time: 0.139648 Lock_time: 0.000201 Rows_sent: 1 Rows_examined: 17438 | |
SET timestamp=1510173369; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `users`.`id` AS t1_r0, `users`.`uuid` AS t1_r1, `users`.`role` AS t1_r2, `users`.`nickname` AS t1_r3, `users`.`email` AS t1_r4, `users`.`encrypted_password` AS t1_r5, `users`.`reset_password_token` AS t1_r6, `users`.`reset_password_sent_at` AS t1_r7, `users`.`remember_created_at` AS t1_r8, `users`.`receive_newsletter` AS t1_r9, `users`.`profile_image` AS t1_r10, `users`.`header_image` AS t1_r11, `users`.`introduction` AS t1_r12, `users`.`website_url` AS t1_r13, `users`.`gender` AS t1_r14, `users`.`birthday` AS t1_r15, `users`.`deleted_at` AS t1_r16, `users`.`created_at` AS t1_r17, `users`.`updated_at` AS t1_r18, `article_pickups`.`id` AS t2_r0, `article_pickups`.`article_id` AS t2_r1, `article_pickups`.`created_at` AS t2_r2, `article_pickups`.`open_at` AS t2_r3 FROM `articles` INNER JOIN `article_pickups` ON `article_pickups`.`article_id` = `articles`.`id` LEFT OUTER JOIN `users` ON `users`.`id` = `articles`.`author_id` AND `users`.`deleted_at` IS NULL WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:09.738535') ORDER BY `article_pickups`.`open_at` DESC LIMIT 1 OFFSET 0; | |
# Time: 171108 20:36:11 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020169 | |
# Query_time: 0.136216 Lock_time: 0.000087 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173371; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:11.482898') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020170 | |
# Query_time: 0.181963 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173371; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:11.511945') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020171 | |
# Query_time: 0.215278 Lock_time: 0.000162 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173371; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:11.515146') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020172 | |
# Query_time: 0.216271 Lock_time: 0.000173 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173371; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:11.551463') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020169 | |
# Query_time: 0.237367 Lock_time: 0.000152 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173371; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:11.632084') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020171 | |
# Query_time: 0.188515 Lock_time: 0.000159 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173371; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:11.747804') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020170 | |
# Query_time: 0.220130 Lock_time: 0.000204 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173371; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:11.718860') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020172 | |
# Query_time: 0.149769 Lock_time: 0.000174 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173371; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:11.798713') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:36:17 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020183 | |
# Query_time: 0.121609 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173377; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:17.101264') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020182 | |
# Query_time: 0.205665 Lock_time: 0.000141 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173377; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:17.150561') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020184 | |
# Query_time: 0.214060 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173377; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:17.164485') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020185 | |
# Query_time: 0.220941 Lock_time: 0.000154 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173377; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:17.160941') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020183 | |
# Query_time: 0.160532 Lock_time: 0.000147 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173377; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:17.246851') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020185 | |
# Query_time: 0.108302 Lock_time: 0.000116 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173377; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:17.398731') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020184 | |
# Query_time: 0.138482 Lock_time: 0.000134 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173377; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:17.395326') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:36:23 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020193 | |
# Query_time: 0.119758 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173383; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:23.548346') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020194 | |
# Query_time: 0.198223 Lock_time: 0.000081 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173383; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:23.546681') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020196 | |
# Query_time: 0.206326 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173383; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:23.623134') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020195 | |
# Query_time: 0.219684 Lock_time: 0.000157 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173383; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:23.610188') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020193 | |
# Query_time: 0.215344 Lock_time: 0.000165 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173383; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:23.695154') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020194 | |
# Query_time: 0.203197 Lock_time: 0.000153 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173383; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:23.763575') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020195 | |
# Query_time: 0.153013 Lock_time: 0.000136 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173383; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:23.847327') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:36:24 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020196 | |
# Query_time: 0.165284 Lock_time: 0.000138 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173384; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:36:23.848007') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:37:26 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020361 | |
# Query_time: 0.131398 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173446; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:37:26.163448') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020359 | |
# Query_time: 0.161292 Lock_time: 0.000083 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173446; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:37:26.143677') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020362 | |
# Query_time: 0.166227 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173446; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:37:26.176067') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020361 | |
# Query_time: 0.183524 Lock_time: 0.000152 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173446; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:37:26.311632') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020362 | |
# Query_time: 0.186309 Lock_time: 0.000151 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173446; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:37:26.359653') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020359 | |
# Query_time: 0.230485 Lock_time: 0.000155 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173446; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:37:26.322853') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020365 | |
# Query_time: 0.262866 Lock_time: 0.000214 Rows_sent: 20 Rows_examined: 17457 | |
SET timestamp=1510173446; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `users`.`id` AS t1_r0, `users`.`uuid` AS t1_r1, `users`.`role` AS t1_r2, `users`.`nickname` AS t1_r3, `users`.`email` AS t1_r4, `users`.`encrypted_password` AS t1_r5, `users`.`reset_password_token` AS t1_r6, `users`.`reset_password_sent_at` AS t1_r7, `users`.`remember_created_at` AS t1_r8, `users`.`receive_newsletter` AS t1_r9, `users`.`profile_image` AS t1_r10, `users`.`header_image` AS t1_r11, `users`.`introduction` AS t1_r12, `users`.`website_url` AS t1_r13, `users`.`gender` AS t1_r14, `users`.`birthday` AS t1_r15, `users`.`deleted_at` AS t1_r16, `users`.`created_at` AS t1_r17, `users`.`updated_at` AS t1_r18, `article_pickups`.`id` AS t2_r0, `article_pickups`.`article_id` AS t2_r1, `article_pickups`.`created_at` AS t2_r2, `article_pickups`.`open_at` AS t2_r3 FROM `articles` INNER JOIN `article_pickups` ON `article_pickups`.`article_id` = `articles`.`id` LEFT OUTER JOIN `users` ON `users`.`id` = `articles`.`author_id` AND `users`.`deleted_at` IS NULL WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:37:26.303385') ORDER BY `article_pickups`.`open_at` DESC LIMIT 20 OFFSET 0; | |
# Time: 171108 20:37:38 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020389 | |
# Query_time: 0.106679 Lock_time: 0.000187 Rows_sent: 20 Rows_examined: 11886 | |
SET timestamp=1510173458; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `users`.`id` AS t1_r0, `users`.`uuid` AS t1_r1, `users`.`role` AS t1_r2, `users`.`nickname` AS t1_r3, `users`.`email` AS t1_r4, `users`.`encrypted_password` AS t1_r5, `users`.`reset_password_token` AS t1_r6, `users`.`reset_password_sent_at` AS t1_r7, `users`.`remember_created_at` AS t1_r8, `users`.`receive_newsletter` AS t1_r9, `users`.`profile_image` AS t1_r10, `users`.`header_image` AS t1_r11, `users`.`introduction` AS t1_r12, `users`.`website_url` AS t1_r13, `users`.`gender` AS t1_r14, `users`.`birthday` AS t1_r15, `users`.`deleted_at` AS t1_r16, `users`.`created_at` AS t1_r17, `users`.`updated_at` AS t1_r18, `reviewed_articles`.`id` AS t2_r0, `reviewed_articles`.`article_id` AS t2_r1, `reviewed_articles`.`created_at` AS t2_r2, `reviewed_articles`.`open_at` AS t2_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` LEFT OUTER JOIN `users` ON `users`.`id` = `articles`.`author_id` AND `users`.`deleted_at` IS NULL WHERE `articles`.`deleted_at` IS NULL AND `articles`.`category_id` = 6 AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:37:38.791410') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 20 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020390 | |
# Query_time: 0.100559 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173458; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:37:38.812647') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:37:40 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020394 | |
# Query_time: 0.109433 Lock_time: 0.000081 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173460; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:37:40.392636') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020394 | |
# Query_time: 0.165646 Lock_time: 0.000121 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173460; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:37:40.516374') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020396 | |
# Query_time: 0.134165 Lock_time: 0.000161 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173460; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:37:40.547802') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020395 | |
# Query_time: 0.164126 Lock_time: 0.000144 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173460; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:37:40.531093') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:37:53 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020437 | |
# Query_time: 0.129896 Lock_time: 0.000087 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173473; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:37:53.789181') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020438 | |
# Query_time: 0.154835 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173473; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:37:53.800205') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020439 | |
# Query_time: 0.163196 Lock_time: 0.000149 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173473; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:37:53.819952') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:37:54 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020437 | |
# Query_time: 0.131663 Lock_time: 0.000129 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173474; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:37:53.935418') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020438 | |
# Query_time: 0.145863 Lock_time: 0.000142 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173474; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:37:53.975415') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020439 | |
# Query_time: 0.137825 Lock_time: 0.000147 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173474; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:37:53.998876') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:38:07 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020482 | |
# Query_time: 0.109485 Lock_time: 0.000108 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173487; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:07.856493') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:38:08 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020483 | |
# Query_time: 0.160468 Lock_time: 0.000139 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173488; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:07.876264') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020484 | |
# Query_time: 0.178984 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173488; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:07.880014') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020482 | |
# Query_time: 0.142916 Lock_time: 0.000140 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173488; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:07.983318') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020483 | |
# Query_time: 0.144481 Lock_time: 0.000158 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173488; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:08.054151') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020484 | |
# Query_time: 0.131505 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173488; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:08.078124') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:38:29 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020526 | |
# Query_time: 0.100709 Lock_time: 0.000087 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173509; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:29.563629') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020527 | |
# Query_time: 0.116826 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173509; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:29.584559') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020526 | |
# Query_time: 0.112929 Lock_time: 0.000128 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173509; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:29.679440') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020528 | |
# Query_time: 0.160302 Lock_time: 0.000156 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173509; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:29.650459') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020527 | |
# Query_time: 0.139882 Lock_time: 0.000149 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173509; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:29.727133') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:38:35 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020541 | |
# Query_time: 0.118960 Lock_time: 0.000092 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173515; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:34.986086') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020543 | |
# Query_time: 0.156668 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173515; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:35.019597') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020542 | |
# Query_time: 0.184613 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173515; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:35.007581') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020541 | |
# Query_time: 0.202187 Lock_time: 0.000118 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173515; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:35.122678') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020543 | |
# Query_time: 0.137216 Lock_time: 0.000160 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173515; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:35.190498') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020542 | |
# Query_time: 0.128889 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173515; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:35.211241') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:38:53 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020597 | |
# Query_time: 0.141070 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173533; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:53.203430') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020599 | |
# Query_time: 0.148633 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173533; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:53.217691') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020598 | |
# Query_time: 0.167404 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173533; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:53.217939') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020597 | |
# Query_time: 0.134980 Lock_time: 0.000138 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173533; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:53.369725') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020599 | |
# Query_time: 0.166483 Lock_time: 0.000136 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173533; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:53.375864') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020598 | |
# Query_time: 0.155897 Lock_time: 0.000144 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173533; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:38:53.395788') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:39:11 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020645 | |
# Query_time: 0.162973 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173551; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:10.986457') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020646 | |
# Query_time: 0.148844 Lock_time: 0.000201 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173551; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:11.023848') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020644 | |
# Query_time: 0.199325 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173551; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:10.983570') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020644 | |
# Query_time: 0.135956 Lock_time: 0.000169 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173551; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:11.200790') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020645 | |
# Query_time: 0.175904 Lock_time: 0.000109 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173551; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:11.166865') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020646 | |
# Query_time: 0.151614 Lock_time: 0.000125 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173551; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:11.195993') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:39:28 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020678 | |
# Query_time: 0.115817 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173568; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:28.095914') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020679 | |
# Query_time: 0.189731 Lock_time: 0.000162 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173568; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:28.103606') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020677 | |
# Query_time: 0.221639 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173568; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:28.092521') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020678 | |
# Query_time: 0.215604 Lock_time: 0.000163 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173568; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:28.229278') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020677 | |
# Query_time: 0.129232 Lock_time: 0.000156 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173568; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:28.325367') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020679 | |
# Query_time: 0.161776 Lock_time: 0.000152 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173568; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:28.310800') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:39:48 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020713 | |
# Query_time: 0.117266 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173588; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:48.341899') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020712 | |
# Query_time: 0.151788 Lock_time: 0.000083 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173588; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:48.324783') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020714 | |
# Query_time: 0.155171 Lock_time: 0.000164 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173588; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:48.379907') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020713 | |
# Query_time: 0.146438 Lock_time: 0.000132 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173588; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:48.474736') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020712 | |
# Query_time: 0.149676 Lock_time: 0.000167 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173588; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:48.493398') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020714 | |
# Query_time: 0.113097 Lock_time: 0.000135 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173588; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:48.563487') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:39:56 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020723 | |
# Query_time: 0.221153 Lock_time: 0.000125 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173596; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:55.884616') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020724 | |
# Query_time: 0.212906 Lock_time: 0.000118 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173596; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:55.895410') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020722 | |
# Query_time: 0.205677 Lock_time: 0.000144 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173596; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:55.914661') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020725 | |
# Query_time: 0.222696 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173596; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:55.896998') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020725 | |
# Query_time: 0.125142 Lock_time: 0.000136 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173596; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:56.135156') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020723 | |
# Query_time: 0.198544 Lock_time: 0.000101 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173596; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:56.120975') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020724 | |
# Query_time: 0.194703 Lock_time: 0.000124 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173596; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:39:56.131512') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
/rdsdbbin/mysql/bin/mysqld, Version: 5.6.27-log (MySQL Community Server (GPL)). started with: | |
Tcp port: 3306 Unix socket: /tmp/mysql.sock | |
Time Id Command Argument | |
# Time: 171108 20:40:06 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020738 | |
# Query_time: 0.101896 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 14143 | |
use luccy_production; | |
SET timestamp=1510173606; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:06.767606') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:40:09 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020746 | |
# Query_time: 0.148407 Lock_time: 0.000090 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173609; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:09.554489') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020747 | |
# Query_time: 0.147491 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173609; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:09.583283') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020748 | |
# Query_time: 0.223276 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173609; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:09.611267') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020749 | |
# Query_time: 0.220419 Lock_time: 0.000158 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173609; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:09.640052') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020746 | |
# Query_time: 0.174127 Lock_time: 0.000142 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173609; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:09.720917') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020747 | |
# Query_time: 0.209154 Lock_time: 0.000153 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173609; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:09.746447') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020748 | |
# Query_time: 0.140695 Lock_time: 0.000140 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173609; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:09.850560') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:40:10 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020749 | |
# Query_time: 0.117050 Lock_time: 0.000177 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173610; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:09.899086') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:40:26 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020775 | |
# Query_time: 0.127597 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173626; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:26.315478') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020779 | |
# Query_time: 0.162611 Lock_time: 0.000187 Rows_sent: 20 Rows_examined: 19091 | |
SET timestamp=1510173626; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `users`.`id` AS t1_r0, `users`.`uuid` AS t1_r1, `users`.`role` AS t1_r2, `users`.`nickname` AS t1_r3, `users`.`email` AS t1_r4, `users`.`encrypted_password` AS t1_r5, `users`.`reset_password_token` AS t1_r6, `users`.`reset_password_sent_at` AS t1_r7, `users`.`remember_created_at` AS t1_r8, `users`.`receive_newsletter` AS t1_r9, `users`.`profile_image` AS t1_r10, `users`.`header_image` AS t1_r11, `users`.`introduction` AS t1_r12, `users`.`website_url` AS t1_r13, `users`.`gender` AS t1_r14, `users`.`birthday` AS t1_r15, `users`.`deleted_at` AS t1_r16, `users`.`created_at` AS t1_r17, `users`.`updated_at` AS t1_r18, `reviewed_articles`.`id` AS t2_r0, `reviewed_articles`.`article_id` AS t2_r1, `reviewed_articles`.`created_at` AS t2_r2, `reviewed_articles`.`open_at` AS t2_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` LEFT OUTER JOIN `users` ON `users`.`id` = `articles`.`author_id` AND `users`.`deleted_at` IS NULL WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:26.293862') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 20 OFFSET 0; | |
# Time: 171108 20:40:28 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020782 | |
# Query_time: 0.194338 Lock_time: 0.000083 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173628; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:27.914763') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020783 | |
# Query_time: 0.205498 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173628; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:27.953698') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020781 | |
# Query_time: 0.248805 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173628; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:27.917699') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020784 | |
# Query_time: 0.224817 Lock_time: 0.000159 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173628; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:27.961082') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020782 | |
# Query_time: 0.245172 Lock_time: 0.000140 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173628; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:28.124628') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020784 | |
# Query_time: 0.178423 Lock_time: 0.000143 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173628; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:28.208521') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020783 | |
# Query_time: 0.230346 Lock_time: 0.000155 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173628; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:28.183630') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020781 | |
# Query_time: 0.228252 Lock_time: 0.000142 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173628; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:28.191593') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:40:47 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020803 | |
# Query_time: 0.154165 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173647; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:47.282577') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020802 | |
# Query_time: 0.217597 Lock_time: 0.000092 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173647; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:47.278632') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020805 | |
# Query_time: 0.193794 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173647; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:47.334885') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020804 | |
# Query_time: 0.247670 Lock_time: 0.000174 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173647; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:47.324217') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020803 | |
# Query_time: 0.203882 Lock_time: 0.000150 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173647; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:47.452389') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020804 | |
# Query_time: 0.121514 Lock_time: 0.000217 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173647; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:47.599825') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020802 | |
# Query_time: 0.232594 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173647; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:47.512406') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020805 | |
# Query_time: 0.202517 Lock_time: 0.000163 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173647; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:40:47.546436') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:41:05 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020820 | |
# Query_time: 0.164972 Lock_time: 0.000082 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173665; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:05.284661') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020822 | |
# Query_time: 0.200293 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173665; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:05.322218') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020824 | |
# Query_time: 0.175054 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173665; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:05.343648') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020823 | |
# Query_time: 0.214533 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173665; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:05.344962') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020820 | |
# Query_time: 0.242329 Lock_time: 0.000137 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173665; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:05.468617') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020822 | |
# Query_time: 0.202183 Lock_time: 0.000124 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173665; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:05.539923') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020824 | |
# Query_time: 0.207934 Lock_time: 0.000152 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173665; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:05.541743') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020823 | |
# Query_time: 0.187448 Lock_time: 0.000120 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173665; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:05.578443') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:41:11 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020835 | |
# Query_time: 0.137934 Lock_time: 0.000085 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173671; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:11.059772') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020837 | |
# Query_time: 0.152285 Lock_time: 0.000127 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173671; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:11.110588') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020836 | |
# Query_time: 0.176177 Lock_time: 0.000130 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173671; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:11.106707') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020835 | |
# Query_time: 0.141261 Lock_time: 0.000139 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173671; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:11.224212') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020836 | |
# Query_time: 0.146978 Lock_time: 0.000130 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173671; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:11.297564') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020837 | |
# Query_time: 0.149172 Lock_time: 0.000153 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173671; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:11.294878') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:41:24 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020856 | |
# Query_time: 0.147964 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173684; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:24.327386') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020857 | |
# Query_time: 0.179376 Lock_time: 0.000129 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173684; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:24.329534') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020855 | |
# Query_time: 0.171895 Lock_time: 0.000145 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173684; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:24.376026') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020856 | |
# Query_time: 0.112872 Lock_time: 0.000129 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173684; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:24.503537') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020857 | |
# Query_time: 0.102708 Lock_time: 0.000155 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173684; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:24.535908') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:41:42 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020882 | |
# Query_time: 0.134717 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173702; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:41.921530') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020881 | |
# Query_time: 0.230565 Lock_time: 0.000084 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173702; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:41.916763') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020884 | |
# Query_time: 0.222630 Lock_time: 0.000148 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173702; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:41.954874') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020883 | |
# Query_time: 0.241936 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173702; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:41.935828') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020882 | |
# Query_time: 0.163951 Lock_time: 0.000143 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173702; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:42.074157') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020881 | |
# Query_time: 0.139243 Lock_time: 0.000142 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173702; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:42.166120') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020884 | |
# Query_time: 0.112709 Lock_time: 0.000142 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173702; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:41:42.202144') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:42:00 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020907 | |
# Query_time: 0.137949 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173720; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:00.612040') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020909 | |
# Query_time: 0.162805 Lock_time: 0.000157 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173720; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:00.670753') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020906 | |
# Query_time: 0.158534 Lock_time: 0.000143 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173720; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:00.699948') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020907 | |
# Query_time: 0.143201 Lock_time: 0.000179 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173720; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:00.768530') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:42:13 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020953 | |
# Query_time: 0.156035 Lock_time: 0.000087 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173733; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:13.560895') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020952 | |
# Query_time: 0.199430 Lock_time: 0.000142 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173733; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:13.568912') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020954 | |
# Query_time: 0.226767 Lock_time: 0.000116 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173733; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:13.562043') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020955 | |
# Query_time: 0.203989 Lock_time: 0.000160 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173733; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:13.624088') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020953 | |
# Query_time: 0.244778 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173733; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:13.734032') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:42:14 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020954 | |
# Query_time: 0.197816 Lock_time: 0.000120 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173734; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:13.806102') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020952 | |
# Query_time: 0.220377 Lock_time: 0.000172 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173734; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:13.796682') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020955 | |
# Query_time: 0.186985 Lock_time: 0.000139 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173734; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:13.843654') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:42:23 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020971 | |
# Query_time: 0.132924 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173743; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:23.325737') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020970 | |
# Query_time: 0.191802 Lock_time: 0.000083 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173743; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:23.316560') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020973 | |
# Query_time: 0.198736 Lock_time: 0.000134 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173743; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:23.396764') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020972 | |
# Query_time: 0.233309 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173743; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:23.386453') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020970 | |
# Query_time: 0.152935 Lock_time: 0.000166 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173743; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:23.526798') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020971 | |
# Query_time: 0.211500 Lock_time: 0.000147 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173743; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:23.473920') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020972 | |
# Query_time: 0.141214 Lock_time: 0.000121 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173743; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:23.637995') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020973 | |
# Query_time: 0.150518 Lock_time: 0.000147 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173743; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:23.624217') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:42:30 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020998 | |
# Query_time: 0.178273 Lock_time: 0.000113 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173750; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:29.891311') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020996 | |
# Query_time: 0.208984 Lock_time: 0.000182 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173750; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:29.906897') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020997 | |
# Query_time: 0.234447 Lock_time: 0.000081 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173750; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:29.893128') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020999 | |
# Query_time: 0.229020 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173750; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:29.954461') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75020998 | |
# Query_time: 0.179364 Lock_time: 0.000204 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173750; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:30.087485') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020997 | |
# Query_time: 0.198951 Lock_time: 0.000170 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173750; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:30.145984') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75020996 | |
# Query_time: 0.206645 Lock_time: 0.000161 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173750; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:30.140520') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75020999 | |
# Query_time: 0.156216 Lock_time: 0.000231 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173750; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:30.202695') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:42:38 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021014 | |
# Query_time: 0.106217 Lock_time: 0.000085 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173758; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:38.137605') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021015 | |
# Query_time: 0.115407 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173758; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:38.176061') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021014 | |
# Query_time: 0.142737 Lock_time: 0.000140 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173758; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:38.259326') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021016 | |
# Query_time: 0.180641 Lock_time: 0.000145 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173758; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:38.234524') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021015 | |
# Query_time: 0.136784 Lock_time: 0.000147 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173758; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:38.310029') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:42:50 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021038 | |
# Query_time: 0.175386 Lock_time: 0.000086 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173770; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:50.073907') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021039 | |
# Query_time: 0.166590 Lock_time: 0.000143 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173770; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:50.095812') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021042 | |
# Query_time: 0.203092 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173770; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:50.172952') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021041 | |
# Query_time: 0.277702 Lock_time: 0.000122 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173770; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:50.163453') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021040 | |
# Query_time: 0.310058 Lock_time: 0.000136 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173770; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:50.163453') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021039 | |
# Query_time: 0.247865 Lock_time: 0.000142 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173770; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:50.279309') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021038 | |
# Query_time: 0.259762 Lock_time: 0.000114 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173770; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:50.275994') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021042 | |
# Query_time: 0.216734 Lock_time: 0.000145 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173770; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:50.400652') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021041 | |
# Query_time: 0.179124 Lock_time: 0.000167 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173770; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:50.466006') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021040 | |
# Query_time: 0.166770 Lock_time: 0.000137 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173770; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:42:50.493889') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:43:04 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021063 | |
# Query_time: 0.109489 Lock_time: 0.000083 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173784; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:43:04.676646') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021064 | |
# Query_time: 0.115349 Lock_time: 0.000128 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173784; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:43:04.712768') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021065 | |
# Query_time: 0.103748 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173784; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:43:04.761077') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:43:27 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021107 | |
# Query_time: 0.124199 Lock_time: 0.000123 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173807; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:43:27.358612') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021106 | |
# Query_time: 0.150251 Lock_time: 0.000085 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173807; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:43:27.350845') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021108 | |
# Query_time: 0.148377 Lock_time: 0.000140 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173807; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:43:27.418176') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021107 | |
# Query_time: 0.149814 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173807; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:43:27.509297') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021106 | |
# Query_time: 0.134937 Lock_time: 0.000150 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173807; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:43:27.524634') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021108 | |
# Query_time: 0.121584 Lock_time: 0.000142 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173807; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:43:27.581746') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:43:42 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021144 | |
# Query_time: 0.115482 Lock_time: 0.000083 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173822; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:43:42.226744') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021145 | |
# Query_time: 0.118249 Lock_time: 0.000115 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173822; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:43:42.271699') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021146 | |
# Query_time: 0.191805 Lock_time: 0.000171 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173822; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:43:42.293424') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021144 | |
# Query_time: 0.185514 Lock_time: 0.000129 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173822; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:43:42.358745') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021145 | |
# Query_time: 0.181059 Lock_time: 0.000141 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173822; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:43:42.409772') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021146 | |
# Query_time: 0.103399 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173822; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:43:42.513602') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:44:00 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021186 | |
# Query_time: 0.144074 Lock_time: 0.000084 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173840; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:00.542747') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021185 | |
# Query_time: 0.132753 Lock_time: 0.000160 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173840; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:00.554430') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021184 | |
# Query_time: 0.169292 Lock_time: 0.000141 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173840; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:00.560454') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021184 | |
# Query_time: 0.120700 Lock_time: 0.000183 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173840; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:00.749877') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021185 | |
# Query_time: 0.166994 Lock_time: 0.000170 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173840; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:00.712850') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021186 | |
# Query_time: 0.191307 Lock_time: 0.000166 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173840; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:00.696899') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:44:21 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021222 | |
# Query_time: 0.151988 Lock_time: 0.000124 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173861; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:21.356224') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021223 | |
# Query_time: 0.180623 Lock_time: 0.000080 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173861; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:21.338402') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021224 | |
# Query_time: 0.163720 Lock_time: 0.000195 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173861; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:21.374373') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021222 | |
# Query_time: 0.115493 Lock_time: 0.000135 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173861; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:21.528461') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021223 | |
# Query_time: 0.165154 Lock_time: 0.000109 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173861; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:21.529075') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021224 | |
# Query_time: 0.140825 Lock_time: 0.000154 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173861; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:21.562494') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:44:26 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021231 | |
# Query_time: 0.103796 Lock_time: 0.000118 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173866; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:26.740425') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021234 | |
# Query_time: 0.141369 Lock_time: 0.000199 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173866; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:26.817568') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021232 | |
# Query_time: 0.216591 Lock_time: 0.000167 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173866; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:26.744222') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021233 | |
# Query_time: 0.228494 Lock_time: 0.000089 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173866; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:26.739954') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:44:27 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021232 | |
# Query_time: 0.167170 Lock_time: 0.000124 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173867; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:26.984599') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021234 | |
# Query_time: 0.182845 Lock_time: 0.000083 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173867; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:26.980869') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021233 | |
# Query_time: 0.194154 Lock_time: 0.000110 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173867; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:26.983070') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:44:44 | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021280 | |
# Query_time: 0.205885 Lock_time: 0.000090 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173884; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:43.950248') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021279 | |
# Query_time: 0.197789 Lock_time: 0.000137 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173884; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:43.965539') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021282 | |
# Query_time: 0.210186 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173884; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:43.971748') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021281 | |
# Query_time: 0.183191 Lock_time: 0.000186 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173884; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:44.001754') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021279 | |
# Query_time: 0.159354 Lock_time: 0.000142 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173884; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:44.189008') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021280 | |
# Query_time: 0.183013 Lock_time: 0.000138 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173884; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:44.170942') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021282 | |
# Query_time: 0.213306 Lock_time: 0.000214 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173884; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:44.204942') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021281 | |
# Query_time: 0.199401 Lock_time: 0.000192 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173884; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:44:44.214756') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
/rdsdbbin/mysql/bin/mysqld, Version: 5.6.27-log (MySQL Community Server (GPL)). started with: | |
Tcp port: 3306 Unix socket: /tmp/mysql.sock | |
Time Id Command Argument | |
# Time: 171108 20:45:05 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021314 | |
# Query_time: 0.110539 Lock_time: 0.000133 Rows_sent: 5 Rows_examined: 14143 | |
use luccy_production; | |
SET timestamp=1510173905; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:05.181857') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021313 | |
# Query_time: 0.157864 Lock_time: 0.000088 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173905; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:05.162484') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021316 | |
# Query_time: 0.211052 Lock_time: 0.000135 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173905; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:05.258948') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021315 | |
# Query_time: 0.241266 Lock_time: 0.000126 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173905; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:05.258903') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021313 | |
# Query_time: 0.187995 Lock_time: 0.000140 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173905; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:05.338360') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021314 | |
# Query_time: 0.232571 Lock_time: 0.000135 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173905; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:05.310149') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021316 | |
# Query_time: 0.126065 Lock_time: 0.000141 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173905; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:05.489720') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021315 | |
# Query_time: 0.112227 Lock_time: 0.000148 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173905; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:05.521587') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:45:19 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021338 | |
# Query_time: 0.146779 Lock_time: 0.000117 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173919; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:19.837916') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# Time: 171108 20:45:20 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021340 | |
# Query_time: 0.215632 Lock_time: 0.000151 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173920; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:19.846114') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021339 | |
# Query_time: 0.246273 Lock_time: 0.000121 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173920; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:19.850602') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021341 | |
# Query_time: 0.232462 Lock_time: 0.004163 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173920; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:19.881922') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021338 | |
# Query_time: 0.201596 Lock_time: 0.000159 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173920; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:20.013384') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021340 | |
# Query_time: 0.210435 Lock_time: 0.000153 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173920; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:20.078292') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021341 | |
# Query_time: 0.169343 Lock_time: 0.000177 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173920; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:20.133469') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021339 | |
# Query_time: 0.193901 Lock_time: 0.000241 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173920; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:20.114319') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:45:36 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021364 | |
# Query_time: 0.106913 Lock_time: 0.000114 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173936; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:35.930453') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021365 | |
# Query_time: 0.238853 Lock_time: 0.000131 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173936; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:35.959744') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021362 | |
# Query_time: 0.244461 Lock_time: 0.000159 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173936; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:35.964459') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021363 | |
# Query_time: 0.253778 Lock_time: 0.000273 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173936; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:35.959727') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021364 | |
# Query_time: 0.165411 Lock_time: 0.000198 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173936; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:36.062114') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021363 | |
# Query_time: 0.115139 Lock_time: 0.000124 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173936; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:36.235782') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021365 | |
# Query_time: 0.128427 Lock_time: 0.000102 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173936; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:36.232460') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:45:41 | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021384 | |
# Query_time: 0.189605 Lock_time: 0.000120 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173941; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:41.499557') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021386 | |
# Query_time: 0.238040 Lock_time: 0.000138 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173941; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:41.488446') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021385 | |
# Query_time: 0.241279 Lock_time: 0.000163 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173941; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:41.491093') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.162.195] Id: 75021383 | |
# Query_time: 0.226945 Lock_time: 0.000138 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173941; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:41.521119') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021384 | |
# Query_time: 0.168990 Lock_time: 0.000163 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173941; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:41.713581') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021386 | |
# Query_time: 0.157013 Lock_time: 0.000146 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173941; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:41.747222') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021385 | |
# Query_time: 0.183787 Lock_time: 0.000133 Rows_sent: 50 Rows_examined: 14188 | |
SET timestamp=1510173941; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:41.754101') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 50 OFFSET 0; | |
# Time: 171108 20:45:56 | |
# User@Host: root[root] @ [10.105.162.162] Id: 75021400 | |
# Query_time: 0.190689 Lock_time: 0.000084 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173956; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles`.`id` WHERE `articles`.`deleted_at` IS NULL AND `articles`.`status` = 1 AND (open_at <= '2017-11-09 05:45:56.151186') ORDER BY `reviewed_articles`.`open_at` DESC LIMIT 5; | |
# User@Host: root[root] @ [10.105.163.77] Id: 75021399 | |
# Query_time: 0.199667 Lock_time: 0.000146 Rows_sent: 5 Rows_examined: 14143 | |
SET timestamp=1510173956; | |
SELECT `articles`.`id` AS t0_r0, `articles`.`article_type` AS t0_r1, `articles`.`status` AS t0_r2, `articles`.`author_id` AS t0_r3, `articles`.`category_id` AS t0_r4, `articles`.`title` AS t0_r5, `articles`.`main_image_element_id` AS t0_r6, `articles`.`description` AS t0_r7, `articles`.`redirect_article_id` AS t0_r8, `articles`.`main_photo_position` AS t0_r9, `articles`.`advertiser` AS t0_r10, `articles`.`original_url` AS t0_r11, `articles`.`published_at` AS t0_r12, `articles`.`deleted_at` AS t0_r13, `articles`.`created_at` AS t0_r14, `articles`.`updated_at` AS t0_r15, `reviewed_articles`.`id` AS t1_r0, `reviewed_articles`.`article_id` AS t1_r1, `reviewed_articles`.`created_at` AS t1_r2, `reviewed_articles`.`open_at` AS t1_r3 FROM `articles` INNER JOIN `reviewed_articles` ON `reviewed_articles`.`article_id` = `articles` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment