Skip to content

Instantly share code, notes, and snippets.

@simonrenoult
Created July 1, 2019 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonrenoult/4c383d78e30a550f3565cabc3cd01561 to your computer and use it in GitHub Desktop.
Save simonrenoult/4c383d78e30a550f3565cabc3cd01561 to your computer and use it in GitHub Desktop.
mysql> ANALYZE TABLE articles;
+--------------------+---------+----------+----------+
| Table | Op | Msg_type | Msg_text |
+--------------------+---------+----------+----------+
| debug_sql.articles | analyze | status | OK |
+--------------------+---------+----------+----------+
1 row in set (0.02 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment