Run VACUUM command/query for compaction of chamberfile #28
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
techrail/chamber#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The original idea I had was that I would run VACUUM command after every delete. But I have learnt that doing so usually means that the entire database gets rewritten. Which means that on a SSD, it would cause a lot of wear and tear and on HDDs it would take a lot of time. On any other media SD cards, Network Mounted paths etc, it would probably cause both.
Hence, I have moved the functionality to an admin page within the Web UI.
There is a pending issue for the CLI that was created: #38
Run VACUUM command/query after deletionto Run VACUUM command/query for compaction of chamberfile