Database Master provides database and tables’ maintenance features for MySQL, PostgreSQL and SQLite database systems.
There are two SQLite maintenance features:
· Check Data Integrity
· Vacuum The Database
There are four MySQL maintenance features:
· Check tables
· Analyze tables.
· Repair tables. It allows you to repair the database, if the checking or analyzing tools report errors.
· Optimize tables. Optimization allows you to increase the MySQL performance. This should be done on a regular base.