千家信息网

zabbix-历史数据清理sql

发表于:2024-11-14 作者:千家信息网编辑
千家信息网最后更新 2024年11月14日,mysql 历史数据清理sql:truncate table history_log;truncate table trends_uint;truncate table trends;truncate
千家信息网最后更新 2024年11月14日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;

0