Completely remove old tasks to reduce the data base size #3757
Unanswered
manuelhaussmann
asked this question in
Q&A
Replies: 1 comment 5 replies
-
SQLite doesn't automatically shrink databases -- https://sqlite.org/lang_vacuum.html However, you could vacuum the database yourself:
hopefully that reduces the size? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
over the last couple of years I have acquired a large set of done and deleted tasks which result in a rather large sqlite file. Is there a way to selectively remove them? I could just restart with a new data base, but would like to keep part of them, while removing all the irrelevant minor stuff that are recurring daily.
Neither delete nor purge really seem solve this.
Thank you for your work!
Beta Was this translation helpful? Give feedback.
All reactions