Viewing 1 replies (of 1 total)
  • Plugin Contributor cageehv

    (@cageehv)

    Hey Alexious,

    See the FAQ:

    Why do I see ‘Table does not support optimize, doing recreate + analyze instead’ while optimizing my database?
    That is because the table type of that table is not ‘MyISAM’

    Your tables are optimized but using a different approach.

    BTW:
    Optimizing database tables doesn’t mean ‘making them smaller’; it’s making them faster instead by reorganizing the data.

    Reorganizes the physical storage of table data and associated index data, to reduce storage space and improve I/O efficiency when accessing the table. The exact changes made to each table depend on the storage engine used by that table.

    Thanks for your feedback!

    Rolf

Viewing 1 replies (of 1 total)
  • The topic ‘"Table does not support optimize, doing recreate analyze instead"’ is closed to new replies.