Closed (fixed)
Project:
OptimizeDB
Version:
7.x-1.5
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2013 at 19:50 UTC
Updated:
10 Apr 2015 at 19:14 UTC
Jump to comment: Most recent
https://drupal.org/project/db_maintenance will also optimize the database tables
Comments
Comment #1
sergeypavlenko commentedHi, thanks for the issue.
The module "DB Maintenance" is similar to the module "OptimizeDB" but there are important differences:
1. Table Optimization is not performed by Cron, as this may disrupt the experience of site.
2. There is a cleaning table cache_form, because this table is very often grows and sometimes is large.
3. In the settings module, you can see the size of all tables in the database, there is the ability to sort by size.
4. Optimization tables is performed using Batch Api.
5. Optimization by Cron replaced by warning of the need to optimize.
6. Separate output size of the table cache_form
7. Withdraw the total size of all the tables.
Perhaps there are still some differences, but I have listed the main ones.
Comment #2
sergeypavlenko commentedSince the module checks out in the issue - #2023561: [D7] OptimizeDB, I think the question of comparison can be closed.
Comment #4
MatthijsG commentedThis comparison is 2 years old. What are the differences now?
Comment #5
sergeypavlenko commentedHi, @Lenn-art
Thanks for the question.
In addition to old items, there are now the following options:
1. The table listing all tables in the database have the opportunity "Checks", "Repair" and "Optimization" tables.
2. #2451863: Clear entire cache_form table at specified hour, ex: 4:00am Possible ? Opportunity to select the amount of time to perform the Cron operations. Feature will be added soon to the stable branch.
Remained all the old features, only optimized code.
Comment #6
sergeypavlenko commented