guix-data-service/sqitch/verify/change_autovacuum_config.sql
Christopher Baines 6e0e33addf Change the autovacuum config for some tables
Looking at data for the the patches deployment of the Guix Data Service, these
tables look like they might benefit from vacuuming/analyzing more often, so
adjust the configuration so this will hopefully happen.
2020-10-01 22:30:39 +01:00

7 lines
110 B
PL/PgSQL

-- Verify guix-data-service:change_autovacuum_config on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;