| optimizedb.drush.inc | includes/optimizedb.drush.inc |  | Functions for optimizing the tables and cleaning table cache_form. | 
          
                  | optimizedb.info | optimizedb.info |  | name = Database Optimization
description = Optimizing the site database and clearing tables cache_form.
core = 7.x
package = Development
files[] = optimizedb.test
configure = admin/config/development/optimizedb | 
          
                  | optimizedb.install | optimizedb.install |  | Installation file for Database Optimization. | 
          
                  | optimizedb.module | optimizedb.module |  | Database Optimization. | 
          
                  | optimizedb.test | optimizedb.test |  | Tests for optimizedb.module. | 
          
                  | README.txt | README.txt |  | OptimizeDB Module
Author:
Sergey Pavlenko
DESCRIPTION
-----------
One of the  known issues of the  Drupal sites is table cache_form overgrowth
(see issue https://drupal.org/node/1506196). This table stores filled forms in
cache_form table but it … |