1 개요[ | ]
- MySQL OPTIMIZE TABLE
Console
Copy
mysql> OPTIMIZE TABLE employee;
+---------------+----------+----------+----------+
| Table | Op | Msg_type | Msg_text |
+---------------+----------+----------+----------+
| test.employee | optimize | status | OK |
+---------------+----------+----------+----------+
1 row in set (0.04 sec)
2 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.