debian-forge-composer/cmd/osbuild-service-maintenance
Sanne Raymaekers ff408aa68f osbuild-service-maintenance: Vacuum tables
Call vacuum analyze after each chunk of updates, and dump vacuum stats
at the beginning and end of the db cleanup.

Nulling results can increase size on disk, but calling vacuum analyze
will free up space within the table (not on disk) and reuse the space
for new inserts and updates.
2022-06-08 21:12:46 +02:00
..
aws.go cmd/osbuild-service-maintenance: Log aws error 2022-03-02 12:36:09 +01:00
config.go osbuild-service-maintenance: Move type conversion to config 2022-05-14 16:21:21 +02:00
db.go osbuild-service-maintenance: Vacuum tables 2022-06-08 21:12:46 +02:00
gcp.go cmd/osbuild-service-maintenance: GCP deletes by image name 2022-02-15 18:22:39 +01:00
main.go osbuild-service-maintenance: Split out db cleanup 2022-06-03 14:38:53 +02:00