piskvorky / sqlitedict

Persistent dict, backed by sqlite3 and pickle, multithread-safe.
Apache License 2.0
1.17k stars 131 forks source link

Shrink database #136

Open tallero opened 3 years ago

tallero commented 3 years ago

Apparently deleting keys does not reduce database size.

I think it could be good to implement a function which does a VACUUM on the sqlite db.