https://github.com/gocom/rah_backup_optimize
Table optimizer module for rah_backup
https://github.com/gocom/rah_backup_optimize
Last synced: 2 months ago
JSON representation
Table optimizer module for rah_backup
- Host: GitHub
- URL: https://github.com/gocom/rah_backup_optimize
- Owner: gocom
- License: gpl-2.0
- Created: 2014-03-25T11:29:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-31T16:06:12.000Z (about 12 years ago)
- Last Synced: 2025-01-26T11:08:23.207Z (over 1 year ago)
- Language: PHP
- Size: 148 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: LICENSE
Awesome Lists containing this project
README
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.