... 查看search.log,发现是有记录的,好像没有自动更新到log_db # cat search.log httpd rmvb nginx nginx 然后使用 # Logger.php --flush test 来强制更新,提示完成,然后再查看search.log已经中转完了,已经新建了log_db,但是查看hot统计却...
... db/ 这个80M db_a/ 近12G db_o/ 近12G log_db/ 30M 这是560万条数据 最终会有2400万条数据 也就是会达到55G左右 硬盘速度是120M/s 12G大小左右xs-compact进程就需要运行8分钟左右完成了 如果数据库达到3亿条数据...
...t = array(); $limit = max(1, min(50, intval($limit))); // query from log_db $this->xs->setScheme(XSFieldScheme::logger()); try { $this->setDb(self::LOG_DB)->setLimit($limit); if ($type !== 'lastnum' && $type !== 'currnum') { $type = 'total'; } $resu...