Need details on what happens when the nas reorganize process is run.
Release: Any
Component: nas, any version
The reorganize command will take the NAS into maintenance mode, stopping all service modules and performs a VACUUM of the database.db and the transactionlog.db. All services are started upon completion.
The database size is supposed to reduce the file size after vacuum has been run. Vacuum (i.e. SQLLite terminology) is only run if there is a quiet period where there aren't any alarms to log.
For more details regarding VACUUM please navigate to the following web site/link below:
http://www.sqlite.org/lang_vacuum.html