1. use force

   전체 데이터를 reorganize

    alter table tablename force

 

2. optimize table

    전체 full text index만 rebuild

    set innodb_optimize_fulltext_onliy=1

    optimize table tablename;

 

 

'RDB > MySQL' 카테고리의 다른 글

MySQL and Python 코드  (0) 2022.12.12
mysql download  (0) 2022.12.12
mysql index statistics  (0) 2022.12.05
mysql lock 확인  (0) 2022.12.05
mysql table size 확인  (0) 2022.12.05

+ Recent posts