Skip to content

Instantly share code, notes, and snippets.

@tsleite
Created January 4, 2021 15:06
Show Gist options
  • Save tsleite/f013d7a617973c4a0aa2f2c83efaf192 to your computer and use it in GitHub Desktop.
Save tsleite/f013d7a617973c4a0aa2f2c83efaf192 to your computer and use it in GitHub Desktop.
use zabbix;
truncate table history;
truncate table history_log;
truncate table history_str;
truncate table history_text;
truncate table history_uint;
truncate table trends;
truncate table trends_uint;
optimize table history;
optimize table history_log;
optimize table history_str;
optimize table history_text;
optimize table history_uint;
optimize table trends;
optimize table trends_uint;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment