数据库服务器满了 —— 优化数据表 OPTIMIZE TABLE 省出来40%空间,惊! #277
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
1、查看大文件 find / -type f -size +80M -exec ls -lh {} + | sort -k5 -hr
2、优化数据表 OPTIMIZE TABLE
OPTIMIZE TABLE opm_mw_info_data;



OPTIMIZE TABLE opm_mw_raw_data;
数据库服务器满了to 数据库服务器满了 —— 优化数据表 OPTIMIZE TABLE 省出来40%空间,惊!