Add functionality for data storage vacuum. This allows the management layer to clean the storage and throw away old data blocks. On vacuum the current data storage is checked for errors before the actual data is beeing copied into a new file. If the verification succeeds without any inconsistencies the old data store is kept as backup. This backup will be the fallback in case of corruption on the current database.
Add functionality for data storage vacuum. This allows the management layer to clean the storage and throw away old data blocks. On vacuum the current data storage is checked for errors before the actual data is beeing copied into a new file. If the verification succeeds without any inconsistencies the old data store is kept as backup. This backup will be the fallback in case of corruption on the current database.