首页 > 代码库 > zabbix-历史数据清理sql

zabbix-历史数据清理sql

mysql 历史数据清理sql:
truncate table history_log;
truncate table trends_uint;
truncate table trends;
truncate table history_text;
truncate table history_str;
truncate table history_uint;
truncate table history;

本文出自 “david0512” 博客,请务必保留此出处http://gjr0512.blog.51cto.com/6518687/1932245

zabbix-历史数据清理sql