ServiceΒΆ

Generally the app Budget Blitz for Android do not need any service. But when you notice the app becomes slower service actions can help.

_images/service-010-select-actions.png _images/service-020-select-service.png _images/service-030-select-iitems.png

Shrinking database frees unused space, rebuilds the database file, repacking it into a minimal amount of disk space. This contributes to speed up the app. Shrinking database runs VACUUM command.

Shrinking does not affect to files that app contains except database.

Reindexing database is useful when you notice drastic drop in of the app performance. Reindexing runs REINDEX command.

Warning

Do not forget making backups, especially before service. Ensure you remember encryption password if you have. Otherwise restoring data could be impossible.