I have a table called path
. It takes up about 99% of a 13G ibdata1. It was previously an INNODB
table, but I converted it to MYISAM
.
If I run optimize table on the new path
table, will it free up my ibdata1 file? Or does this never reduce in size and I need to delete it and re-import a fresh database?