README.textile

March 31, 2014 ยท View on GitHub

h1. Table Optimizer module for rah_backup

"Packagist":https://packagist.org/packages/rah/rah_backup_optimize | "Twitter":http://twitter.com/gocom | "Donate":http://rahforum.biz/donate/rah_backup_optimize

This module optimizes all database tables when taking a backup with "rah_backup":https://github.com/gocom/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.

h2. Install

Using "Composer":http://getcomposer.org:

bc. $ composer require rah/rah_backup_optimize:*

h2. Changelog

h3. Version 0.1.2 - 2014/03/31

  • Corrected reported version number.

h3. Version 0.1.1 - 2014/03/31

  • Updated plugin type.

h3. Version 0.1.0 - 2014/03/31

  • Initial release.