Megdöbbentő, hogy az innodb-nél tényleg csak ez a kidump-bedump megoldás képes arra, hogy eltüntesse ezt a több száz gigabyte-os szemétdombot.
Közben eszembe jutott, hogy mintha lenne erre megoldás, mert pár éve belefutottam ilyenbe: https://dev.mysql.com/doc/refman/8.0/en/optimize-table.html
OPTIMIZE TABLEreorganizes 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.