Skip to content

Recover unused store space #6

@imiric

Description

@imiric

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions