Damselfly icon indicating copy to clipboard operation
Damselfly copied to clipboard

Track deletes, and if there are any, flag the DB for VACUUM on next startup

Open Webreaper opened this issue 3 years ago • 0 comments

Rather than running VACUUM every startup - which can be time-consuming - write a flag/config setting whenever we perform a delete, and then at next startup, if that flag is set, unset it and trigger a VACUUM.

Webreaper avatar Jul 30 '22 09:07 Webreaper