File Maintenance can perform a rebuild of your database. This is a more time-consuming sweep as TntMPD will analyze every gift and every contact individually. You cannot harm your database by performing this procedure, but there is also no reason to perform this maintenance step on a regular basis.

What actually happens:
1.TntMPD creates a brand new database. 2.TntMPD copies all the records from your old database into this new database. 3.TntMPD deletes the old database and renames the new database to match your old one. How does this compare to "Compact and Repair Database"?
Read More > Compact & Repair Database
1.They are similar in that they both create new databases and copy records. 2.Compact Database creates a new database using the structure from your old database (which might be corrupted). 3.Rebuild Database is “deeper” in that it can restore lost indexes and other TntMPD-specific structures that Compact and Repair might miss. 4.Rebuild Database ensures that your database is exactly as TntMPD expects it. 5.Rebuild Database takes longer. |