摘要:
根据年删除大量数据 1.rpt_analyte_item表 select * from rpt_analyte_item where YEAR(createTime) like '2018%' limit 10,5 select count(*) from rpt_analyte_item wher 阅读全文
摘要:
清除buff/cache内存占用过高 1.查看内存使用情况, [root@iZ]# free -mh total used free shared buff/cache available Mem: 15G 10G 168M 548K 4.8G 4.6G Swap: 0B 0B 0B 2.写缓存到文 阅读全文