rah / rah_backup_optimize
Table optimizer module for rah_backup
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 0
Type:textpattern-plugin
Requires
- php: >=5.3.0
- rah/rah_backup: *
- textpattern/installer: *
- textpattern/lock: *
This package is auto-updated.
Last update: 2024-10-15 13:23:19 UTC
README
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.
Install
Using Composer:
$ composer require rah/rah_backup_optimize:*
Changelog
Version 0.1.2 – 2014/03/31
- Corrected reported version number.
Version 0.1.1 – 2014/03/31
- Updated plugin type.
Version 0.1.0 – 2014/03/31
- Initial release.