To anyone who knows how the MyISAM engine works (or maybe this is independent of the DB engine), here’s my scenario:
 
 
I saw there’s an administrative PURGE command, but it looks like that is just for purging data from binary logs, if you’ve even turned on the option for keeping binary logs.
 
In MariaDB 5.5.30 or later, how do I run a purge operation to compress the deleted rows of data out of my physical table files and cause the reindexing to happen for the data that is still in my tables?
 
Thanks,
Steve