Created
July 1, 2019 09:00
-
-
Save simonrenoult/2840916b770e047b8dcf5613be62d8e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql> OPTIMIZE TABLE articles; | |
+--------------------+----------+----------+-------------------------------------------------------------------+ | |
| Table | Op | Msg_type | Msg_text | | |
+--------------------+----------+----------+-------------------------------------------------------------------+ | |
| debug_sql.articles | optimize | note | Table does not support optimize, doing recreate + analyze instead | | |
| debug_sql.articles | optimize | status | OK | | |
+--------------------+----------+----------+-------------------------------------------------------------------+ | |
2 rows in set (10.46 sec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment