db_maintenance.info |
db_maintenance.info |
|
name = DB Maintenance
description = "Executes an OPTIMIZE TABLE query on MyISAM, InnoDB, or BerkeleyDB database tables in a MySQL database."
core = 6.x |
db_maintenance.module |
db_maintenance.module |
|
Optimizes database tables during cron runs. |
INSTALL.txt |
INSTALL.txt |
|
Database Maintenance Module
Installation Instructions:
1. Copy the db_maintenance folder to your modules directory.
2. Enable db_maintenance module at: Administer > Site building > Modules
3. Select tables to be optimized during cron runs… |
README.txt |
README.txt |
|
Database Maintenance Module
Author:
David Kent Norman
http://deekayen.net/
DESCRIPTION
-----------
Runs an optimization query on selected tables for your database.
This should probably NOT be used to optimize every table in your
Drupal… |