Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recover unused store space #6

Open
imiric opened this issue Apr 6, 2024 · 0 comments
Open

Recover unused store space #6

imiric opened this issue Apr 6, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@imiric
Copy link
Contributor

imiric commented Apr 6, 2024

As keys are added and removed from the store, SQLite doesn't recover the space on disk automatically. This can happen manually by running the VACUUM command.

This could be setup to run automatically after some period, or exposed to the user as a separate command or flag. Care should be taken that no data is lost or corrupted, so test this properly.

@imiric imiric added this to the 2024 Q3 milestone Apr 23, 2024
@imiric imiric added the enhancement New feature or request label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant