This module optimizes all database tables when taking a backup with rah_backup. The operation will defragment the database data file, and reclaims lost unused space. If contents in tables are changed extensively this may also lead to improved performance.
Using Composer:
$ composer require rah/rah_backup_optimize:*
- Corrected reported version number.
- Updated plugin type.
- Initial release.