I had some maintenance task completed on one of the tables, and now it has 1GB of overhead.
Since the table operations run for hours (delete 40% of records, took 4 hours) I do not want to lock the database with the OPTIMIZE table command for hours, so I am looking for alternatives how to deal with this overhead and remove with best method.
The table itself is 3GB, having 204 705 records.