You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: