You are here

README.txt in OptimizeDB 8

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 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  doesn’t get cleared while running cron tasks, so size
of this table can be much more bigger than other tables in database, which can
cause lack of disc space on the hosting server

"OptimizeDB" module clears outdated records in cache_form table during cron task
run in safe mode. You could clean cache_form table from admin area too

"OptimizeDB" module is also able to optimize selected database tables and
display their sizes on demand. Automatic optimizing of tables during cron tasks
is not available because it may cause problems with the database and crash
tables. However, you can configure the notification about need of table
optimization.

If your server  often has problems with the database server, make a backup of
the database before optimization run. The danger of losing data using module for
 optimization is the same as while using PHPMyAdmin.

"OptimizeDB" module  provides such features:
1. Ability to clean cache_form an administrative page or do it by cron.
2. Ability to optimize all database’s tables and display its sizes.
3. Configuration of notification about necessity to perform maintenance tasks.
4. Perform, check and repair operation with tables.
5. Prevent crashing tables when performing all maintained actions.

If your server have often  problems with the database server, make a backup of
the database before optimization run. The danger of losing data using module for
 optimization the same as while using PHPMyAdmin.

Module OptimizeDB provide such features:
1. Ability to clean cache_from in administrative page or do it by cron.
2. Ability to optimize all database’s tables and display its sizes.
3. Configuration of notification about necessity to perform maintenance tasks.
4. Perform check and repair operation with tables.
5. Prevent crashing tables when perform all maintained actions.

Additional features:
1. Work with MySQL and PgSQL
2. Execute operations with Drush

Similar projects:

DB Maintenance - differences https://drupal.org/node/2013040

File

README.txt
View source
  1. OptimizeDB Module
  2. Author:
  3. Sergey Pavlenko
  4. DESCRIPTION
  5. -----------
  6. One of the known issues of the Drupal sites is table cache_form overgrowth
  7. (see issue https://drupal.org/node/1506196). This table stores filled forms in
  8. cache_form table but it doesn’t get cleared while running cron tasks, so size
  9. of this table can be much more bigger than other tables in database, which can
  10. cause lack of disc space on the hosting server
  11. "OptimizeDB" module clears outdated records in cache_form table during cron task
  12. run in safe mode. You could clean cache_form table from admin area too
  13. "OptimizeDB" module is also able to optimize selected database tables and
  14. display their sizes on demand. Automatic optimizing of tables during cron tasks
  15. is not available because it may cause problems with the database and crash
  16. tables. However, you can configure the notification about need of table
  17. optimization.
  18. If your server often has problems with the database server, make a backup of
  19. the database before optimization run. The danger of losing data using module for
  20. optimization is the same as while using PHPMyAdmin.
  21. "OptimizeDB" module provides such features:
  22. 1. Ability to clean cache_form an administrative page or do it by cron.
  23. 2. Ability to optimize all database’s tables and display its sizes.
  24. 3. Configuration of notification about necessity to perform maintenance tasks.
  25. 4. Perform, check and repair operation with tables.
  26. 5. Prevent crashing tables when performing all maintained actions.
  27. If your server have often problems with the database server, make a backup of
  28. the database before optimization run. The danger of losing data using module for
  29. optimization the same as while using PHPMyAdmin.
  30. Module OptimizeDB provide such features:
  31. 1. Ability to clean cache_from in administrative page or do it by cron.
  32. 2. Ability to optimize all database’s tables and display its sizes.
  33. 3. Configuration of notification about necessity to perform maintenance tasks.
  34. 4. Perform check and repair operation with tables.
  35. 5. Prevent crashing tables when perform all maintained actions.
  36. Additional features:
  37. 1. Work with MySQL and PgSQL
  38. 2. Execute operations with Drush
  39. Similar projects:
  40. DB Maintenance - differences https://drupal.org/node/2013040