ユーザ用ツール

サイト用ツール


サイドバー

このページの翻訳:



最近の更新



Tag Cloud

01_linux:11_データベース:01_mysql:17_table_flugment

17 MySQL テーブル断片化

確認

mysql> select table_schema, table_name, data_free, table_rows from information_schema.tables;

解消

mysql> ALTER TABLE `table_name` ENGINE INNODB;

※テーブル大きいと結構時間かかる

01_linux/11_データベース/01_mysql/17_table_flugment.txt · 最終更新: 2019/03/05 10:32 by matsui