rah / rah_backup_optimize
Table optimizer module for rah_backup
Package info
github.com/gocom/rah_backup_optimize
Type:textpattern-plugin
pkg:composer/rah/rah_backup_optimize
0.1.2
2014-03-31 16:05 UTC
Requires
- php: >=5.3.0
- rah/rah_backup: *
- textpattern/installer: *
- textpattern/lock: *
This package is auto-updated.
Last update: 2026-03-15 16:18:20 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.