清空分区表里某个分区的数据
例如清空zabbix中 history18年11月份的分区数据。
mysql> alter table history truncate partition p201811050000; Query OK, 0 rows affected (0.26 sec)
例如清空zabbix中 history18年11月份的分区数据。
mysql> alter table history truncate partition p201811050000; Query OK, 0 rows affected (0.26 sec)