Encontrou a documentação do MySQL? É extenso e útil.
Quando você executa OPTIMIZE TABLE
em tabelas InnoDB, ele envia a mensagem Table does not support optimize, doing recreate + analyze instead
.
Da documentação:
OPTIMIZE TABLE is mapped to ALTER TABLE, which rebuilds the table to update index statistics and free unused space in the clustered index.