摘要:
一则清理MySQL大表以释放磁盘空间的案例 一、基本情况: 1.dbtest库554G,先清理st_online_time_away_ds(37G)表的数据,保留半年的数据: 1)删除的数据:select count(1),tdate from dbtest.st_online_time_away_ds where tdate = '2017-08-01';(记录数为:2... 阅读全文
posted @ 2018-02-06 16:36
wsjhk
阅读(1206)
评论(0)
推荐(0)