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

0.1.2 2014-03-31 16:05 UTC

This package is auto-updated.

Last update: 2024-03-15 12:13:33 UTC


README

Packagist | Twitter | Donate

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.