Quote from: michaelbechtold on December 23, 2023, 17:36:17Mine has exceeded 1 GB, a real challenge, for backups e.g. and space in general.OK did some testing. Everything is fine.
a) Deleted several 1000 of tracks from LM database via the trackmanager. After exit LM4, the db file immediately went from >300 MB down to 160. So for some reason now it instantly did the cleanup action.
b) sqlite3.exe alternatives also lead to a result, a working and small db.
Code Select
sqlite3.exe tracks.db "VACUUM"
or
sqlite3.exe tracks.db ".dump" | sqlite3.exe new.db
The following users thanked this post: Andrew Heard